summaryrefslogtreecommitdiff
path: root/attribute_class.go
diff options
context:
space:
mode:
Diffstat (limited to 'attribute_class.go')
-rw-r--r--attribute_class.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/attribute_class.go b/attribute_class.go
index d3e1a57..6e694a4 100644
--- a/attribute_class.go
+++ b/attribute_class.go
@@ -34,5 +34,5 @@ func (aclass *attributeClass) replace(old, new string) {
// String concat all the attribute class into string separated by single
// space.
func (aclass attributeClass) String() string {
- return strings.Join(aclass, " ")
+ return strings.Join(aclass, ` `)
}