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