Skip to content

Commit 27554c9

Browse files
author
ormolu-formatter[bot]
committed
Apply ormolu formatting
Triggered by PR comment from `@lehmacdj`
1 parent 1359cc4 commit 27554c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/src/Utils/Prettyprinter.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ renderMultiColumn items =
156156
[0 ..]
157157
(if null paddedGroups then [] else replicate (length paddedGroups - 1) False ++ [True])
158158
paddedGroups
159-
| i <- [0 .. maxLines - 1]
159+
| i <- [0 .. maxLines - 1]
160160
]
161161
in vsep combinedLines
162162
where

0 commit comments

Comments
 (0)