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