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