Skip to content

Commit 97b91a4

Browse files
committed
Merge branch 'list-literal-fix' of https://github.com/folkertdev/elm-format into perf-tests
2 parents fdc913c + e7c1e74 commit 97b91a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Box.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ stack1 children =
119119
[first] ->
120120
first
121121
boxes ->
122-
foldl1 stack' boxes
122+
foldr1 stack' boxes
123123

124124

125125
mapLines :: (Line -> Line) -> Box -> Box

0 commit comments

Comments
 (0)