Skip to content

Commit b3afe37

Browse files
committed
Uniformize codestyle locally
1 parent 0fb913c commit b3afe37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Stack/Types/StackT.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ instance MonadTransControl (StackT config) where
8888
restoreT = defaultRestoreT StackT
8989

9090
-- | Takes the configured log level into account.
91-
instance (MonadIO m) => MonadLogger (StackT config m) where
91+
instance MonadIO m => MonadLogger (StackT config m) where
9292
monadLoggerLog = stickyLoggerFunc
9393

9494
instance MonadIO m => MonadLoggerIO (StackT config m) where

0 commit comments

Comments
 (0)