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_DJ/ar_DJ.go')
-rw-r--r--ar_DJ/ar_DJ.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/ar_DJ/ar_DJ.go b/ar_DJ/ar_DJ.go
index e84f438b..af92844b 100644
--- a/ar_DJ/ar_DJ.go
+++ b/ar_DJ/ar_DJ.go
@@ -218,9 +218,7 @@ func (ar *ar_DJ) 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
}