Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lspitzner committed Dec 19, 2017
1 parent 162b6e6 commit ce7ec0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Language/Haskell/Brittany/Internal/Layouters/IE.hs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ layoutLLIEs llies = docWrapNodeRest llies $ do
ieDs <- layoutAnnAndSepLLIEs llies
case ieDs of
[] -> docLit $ Text.pack "()"
ieDs@(ieDsH:ieDsT) ->
(ieDsH:ieDsT) ->
docAlt
[ docSeq $ docLit (Text.pack "("):ieDs ++ [docParenR]
, docLines $
Expand Down

0 comments on commit ce7ec0b

Please sign in to comment.