Skip to content

Commit

Permalink
No semicolons in with
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil committed Jul 11, 2024
1 parent 40bdf0f commit 755a14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nixfmt/Pretty.hs
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ prettyWith True (With with expr0 semicolon (Term expr1)) =
<> pretty with
<> hardspace
<> nest (group expr0)
<> pretty semicolon
-- <> pretty semicolon
-- Force-expand attrsets
<> hardspace
<> group' Priority (prettyTermWide expr1)
Expand Down

0 comments on commit 755a14f

Please sign in to comment.