Skip to content

Commit 5205819

Browse files
committed
Fix Fourmolu test
1 parent 382ae66 commit 5205819

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/testdata/Format.fourmolu.formatted.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
module Format where
22

3-
import Data.Int
43
import Data.List
4+
5+
import Data.Int
56
import Prelude
67

78
foo :: Int -> Int
89
foo 3 = 2
910
foo x = x
10-
1111
bar :: String -> IO String
1212
bar s = do
1313
x <- return "hello"

0 commit comments

Comments
 (0)