Skip to content

Commit 743803f

Browse files
committed
KTlint fix
1 parent d8e718e commit 743803f

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
@@ -656,7 +656,7 @@ open class AztecText : AppCompatEditText, TextWatcher, UnknownHtmlSpan.OnUnknown
656656
}
657657

658658
private fun isCleanStringEmpty(text: CharSequence): Boolean {
659-
if( isInGutenbergMode ) {
659+
if ( isInGutenbergMode ) {
660660
return (text.count() == 1 && text[0] == Constants.END_OF_BUFFER_MARKER)
661661
} else {
662662
return text.count() == 0

0 commit comments

Comments
 (0)