Skip to content

Commit

Permalink
Remove semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
ollef committed May 21, 2024
1 parent 9d76da7 commit 7ea03f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Low/Pretty.hs
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,10 @@ prettySeq env = \case
<+> pretty name'
<+> "="
<+> prettyTerm env term
<> ";"
<> line
<> prettySeq env' body
Syntax.Seq term1 term2 ->
prettyTerm env term1
<> ";"
<> line
<> prettySeq env term2
term -> prettyTerm env term
Expand Down

0 comments on commit 7ea03f8

Please sign in to comment.