Skip to content

Commit ee20e8e

Browse files
style: fix prettier formatting in the TurboModule spec
1 parent 7399187 commit ee20e8e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

‎src/specs/NativeA0Auth0.ts‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ export interface Spec extends TurboModule {
2323
clientId: string,
2424
domain: string,
2525
localAuthenticationOptions:
26-
| { [key: string]: string | Int32 | boolean }
27-
| undefined,
26+
{ [key: string]: string | Int32 | boolean } | undefined,
2827
useDPoP: boolean | undefined,
2928
maxRetries: Int32,
3029
credentialsManagerStorageKey: string | undefined

0 commit comments

Comments
 (0)