Skip to content

Commit d1bfbff

Browse files
committed
Fixed ktlint.
1 parent a9df670 commit d1bfbff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aztec/src/main/kotlin/org/wordpress/aztec/spans/AztecHeadingSpan.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ open class AztecHeadingSpan(
201201
}
202202

203203
override fun getLeadingMargin(first: Boolean): Int {
204-
return headerStyle.styles[heading]?.leadingMargin?.takeIf { it != 0 } ?:0
204+
return headerStyle.styles[heading]?.leadingMargin?.takeIf { it != 0 } ?: 0
205205
}
206206

207207
override fun drawLeadingMargin(c: Canvas?, p: Paint?, x: Int, dir: Int, top: Int, baseline: Int, bottom: Int,

0 commit comments

Comments
 (0)