summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2019-02-04 15:50:07 +0100
committerAraq <rumpf_a@web.de>2019-02-04 15:59:18 +0100
commit9fa116b6e1e307be0aef1a23bb17526755287e77 (patch)
tree0c3429acc567d32c92250d1e7435df7383c28e75
parent23c11987b4d3b689d963c1ab6211483ce4b00e87 (diff)
downloadNim-9fa116b6e1e307be0aef1a23bb17526755287e77.tar.gz
compiler: don't use 2 spaces in an error message
-rw-r--r--compiler/semcall.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/semcall.nim b/compiler/semcall.nim
index e8723e3df..950acb48f 100644
--- a/compiler/semcall.nim
+++ b/compiler/semcall.nim
@@ -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