Skip to content

Commit 3112f5f

Browse files
committed
Remove no-op cond clause (bytecomp warning)
1 parent e85acb0 commit 3112f5f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

haskell-indentation.el

+1-2
Original file line numberDiff line numberDiff line change
@@ -1135,8 +1135,7 @@ layout starts."
11351135
(haskell-indentation-add-indentation
11361136
(+ left-indent haskell-indentation-starter-offset))
11371137
(throw 'parse-end nil))
1138-
(setq phrase1 (cddr phrase)))
1139-
((string= (cadr phrase) "in"))))))
1138+
(setq phrase1 (cddr phrase)))))))
11401139

11411140
(defun haskell-indentation-add-indentation (indent)
11421141
"" ; FIXME

0 commit comments

Comments
 (0)