Skip to content

Commit

Permalink
Make ormolu happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaprieto committed Apr 5, 2023
1 parent 19ee672 commit 046e82b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Juvix/Compiler/Concrete/Print/Base.hs
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,12 @@ instance PrettyPrint (TypeSignature 'Scoped) where
?<> builtin'
?<> termin'
?<> ( name'
<+> noLoc P.kwColon
<> oneLineOrNext
( type'
<+?> body'
)
)
<+> noLoc P.kwColon
<> oneLineOrNext
( type'
<+?> body'
)
)

instance PrettyPrint Pattern where
ppCode = ppMorpheme
Expand Down

0 comments on commit 046e82b

Please sign in to comment.