Skip to content

Commit 46e939d

Browse files
committed
stylish
1 parent df3cbf4 commit 46e939d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

kore/src/Kore/Options.hs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ module Kore.Options
1212
, parseKoreParserOptions
1313
) where
1414

15-
import Data.Text ( Text )
15+
import Data.Text
16+
( Text
17+
)
1618

1719
import Prelude.Kore
1820

kore/test/Test/Kore/Options.hs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ module Test.Kore.Options
55

66
import Prelude.Kore
77

8-
import Data.Maybe ( fromJust )
8+
import Data.Maybe
9+
( fromJust
10+
)
911

1012
import Test.Tasty
1113
import Test.Tasty.HUnit.Ext

0 commit comments

Comments
 (0)