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 'qu_BO/qu_BO.go')
-rw-r--r--qu_BO/qu_BO.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/qu_BO/qu_BO.go b/qu_BO/qu_BO.go
index e1d3d50c..462ad45d 100644
--- a/qu_BO/qu_BO.go
+++ b/qu_BO/qu_BO.go
@@ -138,7 +138,9 @@ func (qu *qu_BO) FmtPercent(num float64, v uint64) []byte {
b[i], b[j] = b[j], b[i]
}
- b = append(b, qu.Percent[0])
+ b = append(b, " "...)
+
+ b = append(b, qu.percent...)
return b
}