Skip to content

Commit 1e717df

Browse files
committed
Analysis: Suppress post merge unused parameter warning
1 parent 6a69526 commit 1e717df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,6 +1108,7 @@ class BlockFormatter(editor: AztecText,
11081108
}
11091109
}
11101110

1111+
@Suppress("UNUSED_PARAMETER")
11111112
fun containsPreformat(selStart: Int = selectionStart, selEnd: Int = selectionEnd): Boolean {
11121113
val lines = TextUtils.split(editableText.toString(), "\n")
11131114
val list = ArrayList<Int>()

0 commit comments

Comments
 (0)