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

Commit eec2217

Browse files
committed
Correct punctuation
1 parent 79ded0c commit eec2217

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/functional/FunctionalCodeActionsSpec.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -753,9 +753,9 @@ hsImportSpec formatterName [e1, e2, e3, e4] =
753753
(action:_) -> executeCodeAction action
754754
[] ->
755755
error
756-
$ "No action found to be executed: "
757-
++ ".\n Actual actions titles: " ++ show (map (^. L.title) allActions)
758-
++ ".\n Expected action titles:" ++ show names
756+
$ "No action found to be executed!"
757+
++ "\n Actual actions titles: " ++ show (map (^. L.title) allActions)
758+
++ "\n Expected action titles: " ++ show names
759759

760760
-- Silence warnings
761761
hsImportSpec formatter args =

0 commit comments

Comments
 (0)