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
path: root/uz
diff options
context:
space:
mode:
Diffstat (limited to 'uz')
-rw-r--r--uz/uz.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/uz/uz.go b/uz/uz.go
index 92a352b0..0fbb1f09 100644
--- a/uz/uz.go
+++ b/uz/uz.go
@@ -165,9 +165,7 @@ func (uz *uz) FmtPercent(num float64, v uint64) []byte {
b[i], b[j] = b[j], b[i]
}
- for j := len(uz.percent) - 1; j >= 0; j-- {
- b = append(b, uz.percent[j])
- }
+ b = append(b, uz.percent...)
return b
}