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 'sq_XK/sq_XK.go')
-rw-r--r--sq_XK/sq_XK.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sq_XK/sq_XK.go b/sq_XK/sq_XK.go
index 95c55c31..3e9b0e5a 100644
--- a/sq_XK/sq_XK.go
+++ b/sq_XK/sq_XK.go
@@ -170,7 +170,7 @@ func (sq *sq_XK) FmtPercent(num float64, v uint64) []byte {
b[i], b[j] = b[j], b[i]
}
- b = append(b, sq.Percent[0])
+ b = append(b, sq.percent...)
return b
}