diff --git a/src/Nixfmt/Pretty.hs b/src/Nixfmt/Pretty.hs index bd4fd480..58a618be 100644 --- a/src/Nixfmt/Pretty.hs +++ b/src/Nixfmt/Pretty.hs @@ -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)