Skip to content

Commit 5cdc4a1

Browse files
committed
Fixed lint.
1 parent da1a290 commit 5cdc4a1

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
@@ -1252,7 +1252,7 @@ class BlockFormatter(editor: AztecText,
12521252
}
12531253
}
12541254

1255-
fun setTextSizeModifier(modifier: Int){
1255+
fun setTextSizeModifier(modifier: Int) {
12561256
headerStyle.styles.forEach {
12571257
it.value.fontSizeModifier = modifier
12581258
}

0 commit comments

Comments
 (0)