mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-23 15:55:23 +00:00
compiler: don't use 2 spaces in an error message
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user