Skip to content

Commit

Permalink
Small indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdone committed Jan 15, 2014
1 parent 0ae55ff commit 7e74535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions haskell-process.el
Original file line number Diff line number Diff line change
Expand Up @@ -737,8 +737,8 @@ from `module-buffer'."
nil
haskell-process-path-cabal)
'("repl") haskell-process-args-cabal-repl
(let ((target (haskell-session-target session)))
(if target (list target) nil)))))
(let ((target (haskell-session-target session)))
(if target (list target) nil)))))
('cabal-ghci
(haskell-process-log (format "Starting inferior cabal-ghci process using %s ..."
haskell-process-path-cabal-ghci))
Expand Down

0 comments on commit 7e74535

Please sign in to comment.