diff options
author | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-07-09 15:06:45 +0200 |
---|---|---|
committer | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-07-09 15:08:04 +0200 |
commit | 4236b8586d9a644d6521c8303863125439aabce8 (patch) | |
tree | f565286701df418b1bd1f050af0c56d388989c74 /gnu/packages | |
parent | 55d8eca5e9fccec4086985b5ed4a3e75cd0dd467 (diff) |
gnu: emacs-xyz: Fix indentation.
* gnu/packages/emacs-xyz.scm: Delete trailing newline.
(emacs-purescript-mode): Delete trailing space.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 3 |
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+))) - |