diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2019-02-21 12:03:47 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-02-21 12:03:47 +0100 |
commit | f2f0b5d695fbde2f9a8537b30e8422b22416ddbe (patch) | |
tree | c81b70e9ad4818e31de8615faa2b916c62863274 | |
parent | 418cbbb450d6986ac30ee3fec92fdb7f9cdac7ff (diff) | |
download | Nim-f2f0b5d695fbde2f9a8537b30e8422b22416ddbe.tar.gz |
system.nim: spacing
-rw-r--r-- | lib/system.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system.nim b/lib/system.nim index df7f5e13b..441b7e263 100644 --- a/lib/system.nim +++ b/lib/system.nim @@ -3779,7 +3779,7 @@ template assertImpl(cond: bool, msg: string, expr: string, enabled: static[bool] bind instantiationInfo mixin failedAssertImpl when enabled: - # for stacktrace; fixes #8928 ; Note: `fullPaths = true` is correct + # for stacktrace; fixes #8928; Note: `fullPaths = true` is correct # here, regardless of --excessiveStackTrace {.line: instantiationInfo(fullPaths = true).}: if not cond: |