Fix misworded comment

imports-sorted
Lennart Spitzner 2020-04-05 15:27:33 +02:00
parent 9eaa8c6a62
commit 5508817cb0
1 changed files with 4 additions and 4 deletions

View File

@ -647,10 +647,10 @@ layoutBriDoc briDoc = do
let state = LayoutState
{ _lstate_baseYs = [0]
, _lstate_curYOrAddNewline = Right 0 -- important that we use left here
-- because moveToAnn stuff of the
-- first node needs to do its
-- thing properly.
, _lstate_curYOrAddNewline = Right 0 -- important that we dont use left
-- here because moveToAnn stuff
-- of the first node needs to do
-- its thing properly.
, _lstate_indLevels = [0]
, _lstate_indLevelLinger = 0
, _lstate_comments = anns