From 1e415bd320262a3a03259bdaecdc41b70d6e39fa Mon Sep 17 00:00:00 2001 From: khaykov Date: Wed, 27 Nov 2024 12:59:46 -0600 Subject: [PATCH] Fixed lint issues. --- aztec/src/main/kotlin/org/wordpress/aztec/AztecText.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aztec/src/main/kotlin/org/wordpress/aztec/AztecText.kt b/aztec/src/main/kotlin/org/wordpress/aztec/AztecText.kt index 618c5f37f..9d4d3fcb9 100644 --- a/aztec/src/main/kotlin/org/wordpress/aztec/AztecText.kt +++ b/aztec/src/main/kotlin/org/wordpress/aztec/AztecText.kt @@ -1238,7 +1238,7 @@ open class AztecText : AppCompatEditText, TextWatcher, UnknownHtmlSpan.OnUnknown } if (length() != 0) { - if((length() == 1 && text[0] == Constants.END_OF_BUFFER_MARKER)){ + if ((length() == 1 && text[0] == Constants.END_OF_BUFFER_MARKER)) { return }