Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit da7551c

Browse files
committed
Update test
1 parent 6273cb5 commit da7551c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/functional/FormatSpec.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ formattedFloskell =
150150
\bar :: String -> IO String\n\
151151
\bar s = do\n\
152152
\ x <- return \"hello\"\n\
153-
\ return \"asdf\"\n\
153+
\ return \"asdf\"\n\n\
154154
\"
155155

156156
formattedBrittanyPostFloskell :: T.Text
@@ -164,4 +164,4 @@ formattedBrittanyPostFloskell =
164164
\bar :: String -> IO String\n\
165165
\bar s = do\n\
166166
\ x <- return \"hello\"\n\
167-
\ return \"asdf\"\n"
167+
\ return \"asdf\"\n\n"

0 commit comments

Comments
 (0)