Correct punctuation

This commit is contained in:
jneira 2019-07-05 00:06:38 +02:00
parent 79ded0c28a
commit eec221798e

View File

@ -753,9 +753,9 @@ hsImportSpec formatterName [e1, e2, e3, e4] =
(action:_) -> executeCodeAction action
[] ->
error
$ "No action found to be executed: "
++ ".\n Actual actions titles: " ++ show (map (^. L.title) allActions)
++ ".\n Expected action titles:" ++ show names
$ "No action found to be executed!"
++ "\n Actual actions titles: " ++ show (map (^. L.title) allActions)
++ "\n Expected action titles: " ++ show names
-- Silence warnings
hsImportSpec formatter args =