diff --git a/aztec/src/main/kotlin/org/wordpress/aztec/formatting/BlockFormatter.kt b/aztec/src/main/kotlin/org/wordpress/aztec/formatting/BlockFormatter.kt index 569c4ca5a..a6e83c467 100644 --- a/aztec/src/main/kotlin/org/wordpress/aztec/formatting/BlockFormatter.kt +++ b/aztec/src/main/kotlin/org/wordpress/aztec/formatting/BlockFormatter.kt @@ -1252,7 +1252,7 @@ class BlockFormatter(editor: AztecText, } } - fun setTextSizeModifier(modifier: Int){ + fun setTextSizeModifier(modifier: Int) { headerStyle.styles.forEach { it.value.fontSizeModifier = modifier }