Skip to content

Commit a07af30

Browse files
committed
Fix lint issue
1 parent 8fe0eb0 commit a07af30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aztec/src/main/kotlin/org/wordpress/aztec/spans/AztecCodeSpan.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class AztecCodeSpan(override var attributes: AztecAttributes = AztecAttributes()
3030
var codeStyle = InlineFormatter.CodeStyle(0, 0.0f, 0)
3131

3232
constructor(codeStyle: InlineFormatter.CodeStyle, attributes: AztecAttributes = AztecAttributes()) : this(attributes) {
33-
this.codeStyle = codeStyle;
33+
this.codeStyle = codeStyle
3434
}
3535

3636
override fun updateDrawState(tp: TextPaint?) {

0 commit comments

Comments
 (0)