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/lt/lt.go
diff options
context:
space:
mode:
Diffstat (limited to 'lt/lt.go')
-rw-r--r--lt/lt.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/lt/lt.go b/lt/lt.go
index 7eff9a71..22d4c444 100644
--- a/lt/lt.go
+++ b/lt/lt.go
@@ -196,7 +196,9 @@ func (lt *lt) FmtPercent(num float64, v uint64) []byte {
b[i], b[j] = b[j], b[i]
}
- b = append(b, lt.Percent[0])
+ b = append(b, " "...)
+
+ b = append(b, lt.percent...)
return b
}