Skip to content

Commit a3c06ca

Browse files
author
github-actions
committed
Format with fourmolu
1 parent d5f6a2e commit a3c06ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

booster/library/Booster/Log.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import Booster.Pattern.Base (
1414
TermAttributes (hash),
1515
pattern AndTerm,
1616
)
17-
import Kore.Util (showHashHex)
1817
import Booster.Prettyprinter (renderOneLineText)
1918
import Booster.Syntax.Json (KorePattern, prettyPattern)
2019
import Control.Monad.IO.Class
@@ -43,6 +42,7 @@ import Data.Text (Text, pack)
4342
import Data.Text.Lazy qualified as LazyText
4443
import GHC.Exts (IsString (..))
4544
import GHC.TypeLits (KnownSymbol, symbolVal)
45+
import Kore.Util (showHashHex)
4646
import Prettyprinter (Pretty, pretty)
4747

4848
newtype Logger a = Logger (a -> IO ())

kore/src/Kore/Log/DebugAttemptedRewriteRules.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ import Kore.Internal.Variable (
2929
)
3030
import Kore.Rewrite.RewritingVariable
3131
import Kore.Unparser
32-
import Log
3332
import Kore.Util (showHashHex)
33+
import Log
3434
import Prelude.Kore
3535
import Pretty (
3636
Pretty (..),

0 commit comments

Comments
 (0)