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/fi/fi.go
diff options
context:
space:
mode:
Diffstat (limited to 'fi/fi.go')
-rw-r--r--fi/fi.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/fi/fi.go b/fi/fi.go
index 20b66585..ecf77c6c 100644
--- a/fi/fi.go
+++ b/fi/fi.go
@@ -153,7 +153,9 @@ func (fi *fi) FmtPercent(num float64, v uint64) []byte {
b[i], b[j] = b[j], b[i]
}
- b = append(b, fi.Percent[0])
+ b = append(b, " "...)
+
+ b = append(b, fi.percent...)
return b
}