Skip to content

Commit a5b2a07

Browse files
committed
Cleanup
1 parent c499f61 commit a5b2a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aztec/src/main/kotlin/org/wordpress/aztec/formatting/BlockFormatter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ class BlockFormatter(editor: AztecText, val listStyle: ListStyle, val quoteStyle
238238
val endModifier = if (hasLingeringEmptyListItem) 1 else 0
239239

240240
val spans = editableText.getSpans(start, end + endModifier, spanType)
241-
spans.forEach innerForEach@ { span ->
241+
spans.forEach { span ->
242242

243243
val spanStart = editableText.getSpanStart(span)
244244
val spanEnd = editableText.getSpanEnd(span)

0 commit comments

Comments
 (0)