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