diff --git a/src/Nixfmt/Pretty.hs b/src/Nixfmt/Pretty.hs index d9e79cf8..8c294738 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)