Skip to content

Commit

Permalink
Restyled by fourmolu
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Jul 11, 2024
1 parent 509b0ea commit 2bac6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Restyler/Prelude.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ module Restyler.Prelude

import Relude as X hiding (exitSuccess, readFile, readFileBS, writeFile)

import Blammo.Logging as X
import Control.Error.Util as X (hush, note)
import Control.Monad.Extra as X (eitherM, fromMaybeM, maybeM)
import Control.Monad.IO.Unlift as X (MonadUnliftIO (..))
import Blammo.Logging as X
import Data.Bitraversable as X (bimapM)
import Data.Char as X (isSpace)
import Data.Functor.Syntax as X ((<$$>))
Expand Down

0 comments on commit 2bac6e3

Please sign in to comment.