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
diff options
context:
space:
mode:
Diffstat (limited to 'ro_MD/ro_MD.go')
-rw-r--r--ro_MD/ro_MD.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/ro_MD/ro_MD.go b/ro_MD/ro_MD.go
index 9e0a881f..a1675b78 100644
--- a/ro_MD/ro_MD.go
+++ b/ro_MD/ro_MD.go
@@ -175,7 +175,9 @@ func (ro *ro_MD) 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
}