We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe0eb0 commit a07af30Copy full SHA for a07af30
aztec/src/main/kotlin/org/wordpress/aztec/spans/AztecCodeSpan.kt
@@ -30,7 +30,7 @@ class AztecCodeSpan(override var attributes: AztecAttributes = AztecAttributes()
30
var codeStyle = InlineFormatter.CodeStyle(0, 0.0f, 0)
31
32
constructor(codeStyle: InlineFormatter.CodeStyle, attributes: AztecAttributes = AztecAttributes()) : this(attributes) {
33
- this.codeStyle = codeStyle;
+ this.codeStyle = codeStyle
34
}
35
36
override fun updateDrawState(tp: TextPaint?) {
0 commit comments