Skip to content

Commit

Permalink
HLint
Browse files Browse the repository at this point in the history
  • Loading branch information
ndmitchell committed May 23, 2020
1 parent 74a0b6f commit 889cb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Test/Pool.hs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ main = testSimple $ do
when False $ do
resetTimings
withNumCapabilities 4 $ do
(d, _) <- duration $ runPool False 4 $ \pool -> do
(d, _) <- duration $ runPool False 4 $ \pool ->
replicateM_ 200000 $ addPool PoolStart pool $ return ()
print d
print =<< getTimings

0 comments on commit 889cb83

Please sign in to comment.