From 3df0d8409c22c06789e3cffed73a7deec9f38786 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Tue, 18 Feb 2020 10:54:44 -0600 Subject: [PATCH] fix blank comments --- src/Constraint.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Constraint.elm b/src/Constraint.elm index 0bee04f..37ca085 100644 --- a/src/Constraint.elm +++ b/src/Constraint.elm @@ -111,7 +111,7 @@ solveWithFocus (Model guts) = , progressLine + height + newGuts.margin ) ) - ( Dict.empty, 0 ) + ( newGuts.positions, 0 ) goDown ( downwardAndUpwardPositions, _ ) =