Skip to content

Commit 1e415bd

Browse files
committed
Fixed lint issues.
1 parent 7a365a5 commit 1e415bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aztec/src/main/kotlin/org/wordpress/aztec/AztecText.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1238,7 +1238,7 @@ open class AztecText : AppCompatEditText, TextWatcher, UnknownHtmlSpan.OnUnknown
12381238
}
12391239

12401240
if (length() != 0) {
1241-
if((length() == 1 && text[0] == Constants.END_OF_BUFFER_MARKER)){
1241+
if ((length() == 1 && text[0] == Constants.END_OF_BUFFER_MARKER)) {
12421242
return
12431243
}
12441244

0 commit comments

Comments
 (0)