Skip to content

Commit 528954f

Browse files
committed
Removed redundant comment.
1 parent 7f221ea commit 528954f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ class EndOfParagraphMarker(var verticalPadding: Int = 0) : LineHeightSpan, Updat
2121
}
2222

2323
if (end == spanEnd) {
24-
//padding is applied only to the bottom of paragraph, so we multiply it by 2
2524
fm.descent += actualPadding
2625
fm.bottom += actualPadding
2726
}

0 commit comments

Comments
 (0)