Skip to content

Commit 3c3ca13

Browse files
committed
addply linter
1 parent 86cad7e commit 3c3ca13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/Setup.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ testHooks hooks =
117117
"allTests :: [(String, String, String, String, App ())]",
118118
"allTests =",
119119
" [",
120-
" " <> intercalate ",\n " (map (\(m, n, s, f) -> "(" <> intercalate ", " [show m, show n, show s, show f, (m <> "." <> n)] <> ")") tests),
120+
" " <> intercalate ",\n " (map (\(m, n, s, f) -> "(" <> intercalate ", " [show m, show n, show s, show f, m <> "." <> n] <> ")") tests),
121121
" ]"
122122
]
123123
)

0 commit comments

Comments
 (0)