Skip to content

Commit e3864c6

Browse files
committed
Move curly brace for consistent style
1 parent f6bbd84 commit e3864c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@ abstract class AztecDynamicImageSpan(val context: Context, protected var imageDr
131131
return Rect(imageDrawable?.bounds ?: Rect(0, 0, 0, 0))
132132
}
133133

134-
fun calculateWantedWidth(widthMeasureSpec: Int): Int
135-
{
134+
fun calculateWantedWidth(widthMeasureSpec: Int): Int {
136135
val widthMode = View.MeasureSpec.getMode(widthMeasureSpec)
137136
val widthSize = View.MeasureSpec.getSize(widthMeasureSpec)
138137

0 commit comments

Comments
 (0)