Skip to content

Commit 2968d4a

Browse files
committed
Add space
1 parent 6cdb988 commit 2968d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Low/Pretty.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ prettyTerm env = \case
9090
2
9191
( vcat $
9292
(prettyBranch env <$> branches)
93-
<> [ "_" <+> "->" <> prettyTerm env branch
93+
<> [ "_" <+> "->" <+> prettyTerm env branch
9494
| Just branch <- [defaultBranch]
9595
]
9696
)

0 commit comments

Comments
 (0)