Skip to content

Commit 0bd5021

Browse files
committed
Use bracket_
1 parent f5db8d1 commit 0bd5021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules_haskell_tests/tests/RunTests.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ shutdownBazel = do
181181

182182
-- | Print memory information before and after each test
183183
printMemoryHook :: IO () -> IO ()
184-
printMemoryHook action = bracket
184+
printMemoryHook action = bracket_
185185
(printMemory "BEFORE")
186186
(printMemory "AFTER")
187187
(const action)

0 commit comments

Comments
 (0)