Skip to content

Commit

Permalink
Experiment 2
Browse files Browse the repository at this point in the history
  • Loading branch information
piegamesde committed Feb 26, 2024
1 parent 6b9121f commit 3a9c275
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 @@ -376,7 +376,7 @@ prettyApp indentFunction pre hasPost f a
pretty comment'
<> (
if isSimple (Application f a) && isJust (renderedFUnexpanded) then
(group' RegularG $ fromJust renderedFUnexpanded <> hardspace <> absorbLast a <> post)
(group' RegularG $ fromJust renderedFUnexpanded <> hardspace <> absorbLast a)
else
(group' RegularG $ renderedF <> line <> absorbLast a <> post)
)
Expand Down

0 comments on commit 3a9c275

Please sign in to comment.