Skip to content

Commit

Permalink
ormolu
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira committed Dec 6, 2023
1 parent 325efa4 commit e9ad6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Juvix/Compiler/Concrete/Print/Base.hs
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ ppFunctionSignature FunctionDef {..} = do
?<> termin'
?<> coercion'
?<> instance'
?<> ( name' <>? (oneLineOrNext . sep <$> argsAndType'))
?<> (name' <>? (oneLineOrNext . sep <$> argsAndType'))

instance (SingI s) => PrettyPrint (FunctionDef s) where
ppCode :: forall r. (Members '[ExactPrint, Reader Options] r) => FunctionDef s -> Sem r ()
Expand Down

0 comments on commit e9ad6c2

Please sign in to comment.