Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/locales.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/nn/nn.go
diff options
context:
space:
mode:
Diffstat (limited to 'nn/nn.go')
-rw-r--r--nn/nn.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/nn/nn.go b/nn/nn.go
index 612d1e74..e9c61906 100644
--- a/nn/nn.go
+++ b/nn/nn.go
@@ -152,7 +152,9 @@ func (nn *nn) FmtPercent(num float64, v uint64) []byte {
b[i], b[j] = b[j], b[i]
}
- b = append(b, nn.Percent[0])
+ b = append(b, " "...)
+
+ b = append(b, nn.percent...)
return b
}