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