From 9b97880c701a493dbce23c401e2d2453a6e1e089 Mon Sep 17 00:00:00 2001 From: Gerardo Date: Mon, 22 Jan 2024 19:42:03 +0100 Subject: [PATCH] Fix lint issue --- .../kotlin/org/wordpress/aztec/formatting/InlineFormatter.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aztec/src/main/kotlin/org/wordpress/aztec/formatting/InlineFormatter.kt b/aztec/src/main/kotlin/org/wordpress/aztec/formatting/InlineFormatter.kt index b0705ab05..0b76079f2 100644 --- a/aztec/src/main/kotlin/org/wordpress/aztec/formatting/InlineFormatter.kt +++ b/aztec/src/main/kotlin/org/wordpress/aztec/formatting/InlineFormatter.kt @@ -272,7 +272,7 @@ class InlineFormatter(editor: AztecText, val codeStyle: CodeStyle, private val h end, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE ) - markStyleColor = null; + markStyleColor = null } } }