We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d4c615 commit 560eb9cCopy full SHA for 560eb9c
src-extra/transformation/JbeamEdit/Transformation/Config.hs
@@ -15,7 +15,7 @@ module JbeamEdit.Transformation.Config (
15
) where
16
17
import Control.Monad (forM, when)
18
-import Control.Monad.Except(ExceptT(..),runExceptT)
+import Control.Monad.Except (ExceptT (..), runExceptT)
19
import Data.Bifunctor (first)
20
import Data.ByteString.Lazy qualified as LBS
21
import Data.Functor (($>))
0 commit comments