Skip to content

Commit

Permalink
Ormolu
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPenner committed Aug 17, 2023
1 parent 2528ef2 commit 4cefcee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions parser-typechecker/src/Unison/Syntax/TermPrinter.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1005,8 +1005,7 @@ prettyBinding0' a@AmbientContext {imports = im, docContext = doc} v term =
[x] ->
PP.sep
" "
[
renderName v,
[ renderName v,
fmt S.Var $ PP.text (Var.name x)
]
_ -> l "error"
Expand Down

0 comments on commit 4cefcee

Please sign in to comment.