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_TD/ar_TD.go')
-rw-r--r--ar_TD/ar_TD.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/ar_TD/ar_TD.go b/ar_TD/ar_TD.go
index 4c8b4e8a..43905be0 100644
--- a/ar_TD/ar_TD.go
+++ b/ar_TD/ar_TD.go
@@ -218,9 +218,7 @@ func (ar *ar_TD) 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
}