[bug#78826,10/88] gnu: ruby-hoe-markdown: Improve style.

Message ID 20250618142822.27945-10-ngraves@ngraves.fr
State New
Headers
Series Switch to ruby@3.3 and build -P1 ruby@3.3 |

Commit Message

Nicolas Graves June 18, 2025, 2:26 p.m. UTC
  * gnu/packages/ruby-xyz.scm (ruby-hoe-markdown): Run guix style.
---
 gnu/packages/ruby-xyz.scm | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)
  

Patch

diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index 5bc8ca59d8..8eb5578f2d 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -11690,17 +11690,17 @@  (define-public ruby-hoe-markdown
         (base32 "0wb0yjdx9gx9r0cahpx42pblvglgh1i9pdfxjavq7f40nan2g076"))))
     (build-system ruby-build-system)
     (arguments
-     '(#:test-target "spec"
-       #:phases (modify-phases %standard-phases
-                  (add-before 'check 'disable-bundler-dependency
-                    (lambda _
-                      (substitute* "spec/spec_helper.rb"
-                        (("require.*bundler/setup.*")
-                         "")))))))
-    (native-inputs
-     (list ruby-rspec))
-    (propagated-inputs
-     (list ruby-rake))
+     (list
+      #:test-target "spec"
+      #:phases
+      #~(modify-phases %standard-phases
+          (add-before 'check 'disable-bundler-dependency
+            (lambda _
+              (substitute* "spec/spec_helper.rb"
+                (("require.*bundler/setup.*")
+                 "")))))))
+    (native-inputs (list ruby-rspec))
+    (propagated-inputs (list ruby-rake))
     (synopsis "Hoe plugin with Markdown helpers")
     (description
      "This package provides a Hoe plugin with various Markdown helpers, which