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