diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pure/strutils.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/strutils.nim b/lib/pure/strutils.nim index 55494a8b5..5ba8a6fd5 100644 --- a/lib/pure/strutils.nim +++ b/lib/pure/strutils.nim @@ -1488,7 +1488,7 @@ type proc formatSize*(bytes: int64, decimalSep = '.', prefix = bpIEC, - includeSpace = false): string = + includeSpace = false): string {.noSideEffect.} = ## Rounds and formats `bytes`. ## ## By default, uses the IEC/ISO standard binary prefixes, so 1024 will be |