Skip to content

Commit bc58e15

Browse files
committed
Fixed lint.
1 parent 493357c commit bc58e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aztec/src/main/kotlin/org/wordpress/aztec/EnhancedMovementMethod.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ object EnhancedMovementMethod : ArrowKeyMovementMethod() {
4747
val off = layout.getOffsetForHorizontal(line, x.toFloat())
4848

4949
// This handles the case when the task list checkbox is clicked
50-
if (taskListClickHandlerRef.get()?.handleTaskListClick(text, off, x, widget.totalPaddingStart) == true){
50+
if (taskListClickHandlerRef.get()?.handleTaskListClick(text, off, x, widget.totalPaddingStart) == true) {
5151
return true
5252
}
5353

0 commit comments

Comments
 (0)