Skip to content

Commit 8cd0b1b

Browse files
committed
Adapt brittany golden test
1 parent 687f76c commit 8cd0b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testdata/Format.brittany.formatted.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module Format where
22
import Data.List
33

4-
import Prelude
54
import Data.Int
5+
import Prelude
66
foo :: Int -> Int
77
foo 3 = 2
88
foo x = x

0 commit comments

Comments
 (0)