Skip to content

Commit 22afabe

Browse files
committed
Formattting
1 parent 6b5bdcb commit 22afabe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ads/native-ad/NativeAd.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import NativeGoogleMobileAdsNativeModule, {
3030
import { NativeAdRequestOptions } from '../../types';
3131
import { validateNativeAdRequestOptions } from '../../validateNativeAdRequestOptions';
3232

33-
type NativeAdListenerPayload<EventType extends NativeAdEventType> =
33+
type NativeAdListenerPayload<EventType extends NativeAdEventType> =
3434
EventType extends NativeAdEventType.PAID ? NativeAdPaidEventPayload : never;
3535

3636
/**
@@ -96,7 +96,7 @@ export class NativeAd {
9696
}
9797

9898
addAdEventListener<EventType extends NativeAdEventType>(
99-
type: EventType,
99+
type: EventType,
100100
listener: (payload: NativeAdListenerPayload<EventType>) => void)
101101
{
102102
if (!isOneOf(type, Object.values(NativeAdEventType))) {

0 commit comments

Comments
 (0)