system.nim: spacing

This commit is contained in:
Andreas Rumpf
2019-02-21 12:03:47 +01:00
parent 418cbbb450
commit f2f0b5d695

View File

@@ -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: