summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeo Prikler <leo.prikler@student.tugraz.at>2021-07-09 15:06:45 +0200
committerLeo Prikler <leo.prikler@student.tugraz.at>2021-07-09 15:08:04 +0200
commit4236b8586d9a644d6521c8303863125439aabce8 (patch)
treef565286701df418b1bd1f050af0c56d388989c74
parent55d8eca5e9fccec4086985b5ed4a3e75cd0dd467 (diff)
downloadguix-4236b8586d9a644d6521c8303863125439aabce8.tar.gz
gnu: emacs-xyz: Fix indentation.
* gnu/packages/emacs-xyz.scm: Delete trailing newline.
(emacs-purescript-mode): Delete trailing space.
-rw-r--r--gnu/packages/emacs-xyz.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5d9db51b08..6ac61fd596 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7065,7 +7065,7 @@ linting of manifests and integration with Puppet Debugger.")
            (add-before 'install 'make-info
              (lambda _
                (invoke "makeinfo" "--no-split"
-                       "-o" "purescript-mode.info" "purescript-mode.texi")))))) 
+                       "-o" "purescript-mode.info" "purescript-mode.texi"))))))
       (native-inputs
        `(("texinfo" ,texinfo)))
       (home-page "https://github.com/purescript-emacs/purescript-mode")
@@ -28911,4 +28911,3 @@ to the @url{https://multitran.com} online dictionary.")
      "Kibit Helper provides functions to work with the Kibit Leiningen plugin
 for detecting and improve non-idiomatic Clojure source code.")
     (license license:gpl3+)))
-