Skip to content

Commit

Permalink
Fix haddock formatting
Browse files Browse the repository at this point in the history
Conflicts:
	src/System/Log/Logger.hs
  • Loading branch information
rasendubi authored and andreasabel committed Apr 15, 2024
1 parent f8e2c10 commit b9c3e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/System/Log/Logger.hs
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ updateGlobalLogger ln func =
do l <- getLogger ln
saveGlobalLogger (func l)

-- | Allow graceful shutdown. Release all opened files/handlers/etc.
-- | Allow graceful shutdown. Release all opened files, handlers, etc.
removeAllHandlers :: IO ()
removeAllHandlers =
modifyMVar_ logTree $ \lt -> do
Expand Down

0 comments on commit b9c3e2a

Please sign in to comment.