Skip to content

Commit d6779c3

Browse files
committed
Remove space as per ktlint
1 parent b304dac commit d6779c3

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
@@ -871,7 +871,7 @@ open class AztecText : AppCompatEditText, TextWatcher, UnknownHtmlSpan.OnUnknown
871871
AztecTextFormat.FORMAT_STRIKETHROUGH,
872872
AztecTextFormat.FORMAT_CODE -> inlineFormatter.toggle(textFormat)
873873
AztecTextFormat.FORMAT_BOLD,
874-
AztecTextFormat.FORMAT_STRONG -> inlineFormatter.toggleAny(ToolbarAction.BOLD.textFormats)
874+
AztecTextFormat.FORMAT_STRONG -> inlineFormatter.toggleAny(ToolbarAction.BOLD.textFormats)
875875
AztecTextFormat.FORMAT_UNORDERED_LIST -> blockFormatter.toggleUnorderedList()
876876
AztecTextFormat.FORMAT_ORDERED_LIST -> blockFormatter.toggleOrderedList()
877877
AztecTextFormat.FORMAT_ALIGN_LEFT,

0 commit comments

Comments
 (0)