Skip to content

Commit f5afc04

Browse files
committed
Reformat
1 parent 66f6d85 commit f5afc04

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

bench/Space.hs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ import Weigh
1212
-- | Main entry point.
1313
main :: IO ()
1414
main =
15-
16-
1715
mainWith
1816
(do setColumns [Case, Allocated, GCs]
1917
sequence_
@@ -99,8 +97,7 @@ main =
9997
"Allocated >4KB! Allocations should be constant."
10098
else Nothing)
10199
| i <- [1, 10, 100, 1000, 2000]
102-
]
103-
)
100+
])
104101

105102
-- | Test that merely polling does not allocate or engage the GC.
106103
-- <https://github.com/haskell-game/sdl2/issues/178>

0 commit comments

Comments
 (0)