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