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