Fixup misspelled data-type name

ghc92
Lennart Spitzner 2023-04-24 15:40:40 +00:00
parent 7ab6a207ae
commit d2a48ba559
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ import Language.Haskell.Brittany.Internal.Types
data PlanneSpace
data PlannedSpace
= PlannedNone
| PlannedSameline Int
| PlannedNewline Int
@ -45,7 +45,7 @@ data LayoutState = LayoutState
-- on the first indented element have an
-- annotation offset relative to the last
-- non-indented element, which is confusing.
, _lstate_plannedSpace :: PlanneSpace
, _lstate_plannedSpace :: PlannedSpace
-- , _lstate_isNewline :: NewLineState
-- -- captures if the layouter currently is in a new line, i.e. if the
-- -- current line only contains (indentation) spaces.