Skip to content

Commit 98c6dde

Browse files
committed
Indentation fix
1 parent 24c0abf commit 98c6dde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

haskell-process.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -946,8 +946,8 @@ now."
946946
(defun haskell-process-haskell-docs-ident (ident)
947947
"Search with haskell-docs for IDENT, returns a list of modules."
948948
(remove-if-not (lambda (a) (string-match "^[A-Z][A-Za-b0-9_'.]+$" a))
949-
(split-string (shell-command-to-string (concat "haskell-docs --modules " ident))
950-
"\n")))
949+
(split-string (shell-command-to-string (concat "haskell-docs --modules " ident))
950+
"\n")))
951951

952952
(defun haskell-process-hoogle-ident (ident)
953953
"Hoogle for IDENT, returns a list of modules."

0 commit comments

Comments
 (0)