Skip to content

Commit

Permalink
fix blank comments
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Feb 18, 2020
1 parent c724819 commit 3df0d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Constraint.elm
Expand Up @@ -111,7 +111,7 @@ solveWithFocus (Model guts) =
, progressLine + height + newGuts.margin
)
)
( Dict.empty, 0 )
( newGuts.positions, 0 )
goDown

( downwardAndUpwardPositions, _ ) =
Expand Down

0 comments on commit 3df0d84

Please sign in to comment.