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