We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e288e commit 2c11aa0Copy full SHA for 2c11aa0
ghcide/test/exe/Main.hs
@@ -3367,7 +3367,7 @@ exportUnusedTests = testGroup "export unused actions"
3367
"Export ‘bar’"
3368
(Just $ T.unlines
3369
[ "{-# OPTIONS_GHC -Wunused-top-binds #-}"
3370
- , "module A (foo,bar) where"
+ , "module A (foo, bar) where"
3371
, "foo = id"
3372
, "bar = foo"])
3373
, testSession "multi line explicit exports" $ template
@@ -3384,7 +3384,7 @@ exportUnusedTests = testGroup "export unused actions"
3384
3385
, "module A"
3386
, " ("
3387
- , " foo,bar) where"
+ , " foo, bar) where"
3388
3389
3390
, testSession "export list ends in comma" $ template
0 commit comments