Skip to content

Commit 2a626c8

Browse files
committed
Fix indentation
1 parent ed211fb commit 2a626c8

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
@@ -81,7 +81,7 @@ class BlockFormatter(editor: AztecText,
8181
}
8282

8383
fun listStyleLeadingMargin(): Int {
84-
return listStyle.leadingMargin()
84+
return listStyle.leadingMargin()
8585
}
8686

8787
fun isIndentAvailable(): Boolean {

0 commit comments

Comments
 (0)