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 'rn_BI/rn_BI.go')
-rw-r--r--rn_BI/rn_BI.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/rn_BI/rn_BI.go b/rn_BI/rn_BI.go
index eaf1e8c0..7e580fe2 100644
--- a/rn_BI/rn_BI.go
+++ b/rn_BI/rn_BI.go
@@ -142,9 +142,9 @@ func (rn *rn_BI) FmtPercent(num float64, v uint64) []byte {
b[i], b[j] = b[j], b[i]
}
- for j := len(rn.percent) - 1; j >= 0; j-- {
- b = append(b, rn.percent[j])
- }
+ b = append(b, " "...)
+
+ b = append(b, rn.percent...)
return b
}