Skip to content

Commit a0fc157

Browse files
Remove unnecessary parenthesis.
1 parent 7f6080e commit a0fc157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/FunctionalCodeAction.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ typedHoleTests = testGroup "typed hole code actions" [
329329

330330
contents <- documentContents doc
331331

332-
liftIO $ (T.lines contents) @?=
332+
liftIO $ T.lines contents @?=
333333
[ "module TypedHoles2 (foo2) where"
334334
, "newtype A = A Int"
335335
, "foo2 :: [A] -> A"

0 commit comments

Comments
 (0)