Skip to content

Commit

Permalink
Reformat codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonchinn178 committed Jun 3, 2024
1 parent 1a09212 commit dbc476c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Ormolu/Printer/Meat/Declaration/Data.hs
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ p_conDecl singleConstRec = \case
let conNameSpn = getLocA con_name
conNameWithContextSpn =
[ RealSrcSpan real Strict.Nothing
| EpaSpan (RealSrcSpan real _) <-
mapMaybe (matchAddEpAnn AnnForall) con_ext
| EpaSpan (RealSrcSpan real _) <-
mapMaybe (matchAddEpAnn AnnForall) con_ext
]
<> fmap getLocA con_ex_tvs
<> maybeToList (fmap getLocA con_mb_cxt)
Expand Down

0 comments on commit dbc476c

Please sign in to comment.