aboutsummaryrefslogtreecommitdiff
path: root/src/Internal/Logger.hs
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2022-03-29 12:32:25 -0600
committerJosh Rahm <joshuarahm@gmail.com>2022-10-09 12:19:45 -0600
commit03906bb7a0183c5bc89c30ec3d31d47d06f5fc4f (patch)
tree112116f82364714a544028614c83a2f843453a09 /src/Internal/Logger.hs
parent4df5a598a5ce83bee4669fd5cc3ab6a3ef60b2fe (diff)
downloadrde-03906bb7a0183c5bc89c30ec3d31d47d06f5fc4f.tar.gz
rde-03906bb7a0183c5bc89c30ec3d31d47d06f5fc4f.tar.bz2
rde-03906bb7a0183c5bc89c30ec3d31d47d06f5fc4f.zip
Remove trailing whitespace
Diffstat (limited to 'src/Internal/Logger.hs')
-rw-r--r--src/Internal/Logger.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Internal/Logger.hs b/src/Internal/Logger.hs
index 1dbd493..e5824a4 100644
--- a/src/Internal/Logger.hs
+++ b/src/Internal/Logger.hs
@@ -26,7 +26,7 @@ logs s = do
return handle
Just (NoPersist h) -> return h
-
+
io $ do
hPutStrLn handle s
hFlush handle