diff options
author | Paul Oliver <contact@pauloliver.dev> | 2025-08-26 21:39:37 +0000 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2025-08-26 21:40:12 +0000 |
commit | 101b60386ec8380cc3a62154bc7c1c53205f5d59 (patch) | |
tree | fc67555b20416791d59c6cd9a5e8fb9e2437f15d /hsm-log | |
parent | f1f62e00559d5c68a5e7b1246208391835a13d0d (diff) |
Improves formatting even more
Diffstat (limited to 'hsm-log')
-rw-r--r-- | hsm-log/Hsm/Log.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hsm-log/Hsm/Log.hs b/hsm-log/Hsm/Log.hs index a1ffdb4..d8dbab0 100644 --- a/hsm-log/Hsm/Log.hs +++ b/hsm-log/Hsm/Log.hs @@ -9,6 +9,7 @@ module Hsm.Log , logMsg , logBlock , runLog + , runLogs ) where import Control.Monad (when) |