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