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 'ar_MA/ar_MA.go')
-rw-r--r--ar_MA/ar_MA.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/ar_MA/ar_MA.go b/ar_MA/ar_MA.go
index a248e31f..4f6e0a9c 100644
--- a/ar_MA/ar_MA.go
+++ b/ar_MA/ar_MA.go
@@ -209,9 +209,7 @@ func (ar *ar_MA) FmtPercent(num float64, v uint64) []byte {
b[i], b[j] = b[j], b[i]
}
- for j := len(ar.percent) - 1; j >= 0; j-- {
- b = append(b, ar.percent[j])
- }
+ b = append(b, ar.percent...)
return b
}