Skip to content

Commit

Permalink
Fixed lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
khaykov committed Sep 27, 2023
1 parent da1a290 commit 5cdc4a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,7 @@ class BlockFormatter(editor: AztecText,
}
}

fun setTextSizeModifier(modifier: Int){
fun setTextSizeModifier(modifier: Int) {
headerStyle.styles.forEach {
it.value.fontSizeModifier = modifier
}
Expand Down

0 comments on commit 5cdc4a1

Please sign in to comment.