Skip to content

Commit b6c6270

Browse files
committed
[braintree-web] Prettier format
1 parent 7434883 commit b6c6270

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

types/braintree-web/modules/local-payment.d.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,12 @@ export interface LocalPaymentStartPaymentOptions {
4444
currencyCode: string;
4545
paymentType: LocalPaymentTypes;
4646
fallback?: LocalPaymentFallback | undefined;
47-
windowOptions?: {
48-
width?: number | undefined;
49-
height?: number | undefined;
50-
} | undefined;
47+
windowOptions?:
48+
| {
49+
width?: number | undefined;
50+
height?: number | undefined;
51+
}
52+
| undefined;
5153
givenName?: string | undefined;
5254
surname?: string | undefined;
5355
displayName?: string | undefined;

0 commit comments

Comments
 (0)