Skip to content

Commit 28fad85

Browse files
committed
chore: fix lint issue
1 parent 166aa47 commit 28fad85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNGoogleMobileAds/RNGoogleMobileAdsNativeView.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ - (void)registerAsset:(NSString *)assetType reactTag:(NSInteger)reactTag {
132132
reactTag, assetType);
133133
return;
134134
}
135-
135+
136136
if ([assetType isEqual:@"media"] && [view isKindOfClass:RNGoogleMobileAdsMediaView.class]) {
137137
#ifdef RCT_NEW_ARCH_ENABLED
138138
GADMediaView *mediaView = ((RNGoogleMobileAdsMediaView *)view).contentView;

0 commit comments

Comments
 (0)