Skip to content

Commit ec330bc

Browse files
1Jajen1sjakobi
andauthored
Update prettyprinter/test/Testsuite/Main.hs
Co-Authored-By: Simon Jakobi <simon.jakobi@gmail.com>
1 parent 8811af2 commit ec330bc

File tree

1 file changed

+1
-1
lines changed
  • prettyprinter/test/Testsuite

1 file changed

+1
-1
lines changed

prettyprinter/test/Testsuite/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ groupLayoutEqualsSimpleGroupLayout = forAllShow (arbitrary :: Gen (Doc Int)) (sh
122122
groupedLayedOut = layout layouter grouped
123123
groupedSimpleLayedOut = layout layouter groupedSimple
124124
in counterexample ("Grouped: " ++ (show . diag) grouped)
125-
(counterexample ("Grouped (Simple) " ++ (show . diag) (groupedSimple))
125+
(counterexample ("Grouped (Simple) " ++ (show . diag) groupedSimple)
126126
(groupedLayedOut === groupedSimpleLayedOut))))
127127

128128
instance Arbitrary ann => Arbitrary (Doc ann) where

0 commit comments

Comments
 (0)