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