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