Skip to content

Commit 0d89c78

Browse files
committed
Fix klint
1 parent a17600c commit 0d89c78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aztec/src/main/kotlin/org/wordpress/aztec/handlers/HeadingHandler.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ class HeadingHandler : BlockHandler<AztecHeadingSpan>(AztecHeadingSpan::class.ja
2727
}
2828

2929
override fun handleNewlineAtTextEnd() {
30-
block.end = newlineIndex + 1
31-
}
30+
block.end = newlineIndex + 1
31+
}
3232

3333
override fun handleNewlineInBody() {
3434
// newline added at some position inside the block. Let's split the block into two

0 commit comments

Comments
 (0)