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