compiler: don't use 2 spaces in an error message

This commit is contained in:
Araq
2019-02-04 15:50:07 +01:00
parent 23c11987b4
commit 9fa116b6e1

View File

@@ -221,7 +221,7 @@ proc presentFailedCandidates(c: PContext, n: PNode, errors: CandidateErrors):
candidates.add(diag & "\n")
if skipped > 0:
candidates.add($skipped & " other mismatching symbols have been " &
" suppressed; compile with --showAllMismatches:on to see them\n")
"suppressed; compile with --showAllMismatches:on to see them\n")
result = (prefer, candidates)
const