Skip to content

Commit 3d79525

Browse files
committed
Do not add space when insert new style programatically
1 parent 0ba2e2c commit 3d79525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aztec/src/main/kotlin/org/wordpress/aztec/source/CssStyleFormatter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class CssStyleFormatter {
118118
style += ";"
119119
}
120120

121-
style += " $styleAttributeName: $styleAttributeValue;"
121+
style += " $styleAttributeName:$styleAttributeValue;"
122122
attributes.setValue(STYLE_ATTRIBUTE, style.trim())
123123
}
124124

0 commit comments

Comments
 (0)