Skip to content

Commit a9a60e5

Browse files
committed
chore: lint
1 parent b9c5ecd commit a9a60e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/image/index.ios.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,7 @@ export class Img extends ImageBase {
353353
} else {
354354
widthMeasureSpec = layout.makeMeasureSpec(0, layout.AT_MOST);
355355
}
356-
}
357-
else if (!finiteHeight && finiteWidth) {
356+
} else if (!finiteHeight && finiteWidth) {
358357
if (!this.noRatioEnforce || this.verticalAlignment !== 'stretch') {
359358
heightMeasureSpec = layout.makeMeasureSpec(width / ratio, layout.EXACTLY);
360359
} else {

0 commit comments

Comments
 (0)