Skip to content

Commit ebd8816

Browse files
committed
hlint
1 parent 9016285 commit ebd8816

File tree

1 file changed

+1
-1
lines changed
  • shake-bench/src/Development/Benchmark

1 file changed

+1
-1
lines changed

shake-bench/src/Development/Benchmark/Rules.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ benchRules build benchResource MkBenchRules{..} = do
259259
results = tail csvContents
260260
header' = header <> ", maxResidency, allocatedBytes"
261261
results' <- forM results $ \row -> do
262-
(maxResidency, allocations) <- liftIO $
262+
(maxResidency, allocations) <- liftIO
263263
(parseMaxResidencyAndAllocations <$> readFile outGc)
264264
return $ printf "%s, %s, %s" row (showMB maxResidency) (showMB allocations)
265265
let csvContents' = header' : results'

0 commit comments

Comments
 (0)