mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 09:54:49 +00:00
Added missing noSideEffect pragma
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user