Skip to content

Commit 77dedfa

Browse files
committed
Applying yarn run format
1 parent 294ec44 commit 77dedfa

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

packages/auth/src/core/auth/auth_impl.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import {
3636
ErrorFn,
3737
NextFn,
3838
Unsubscribe,
39-
PasswordValidationStatus,
39+
PasswordValidationStatus
4040
} from '../../model/public_types';
4141
import {
4242
createSubscribe,
@@ -140,7 +140,7 @@ export class AuthImpl implements AuthInternal, _FirebaseService {
140140
public readonly app: FirebaseApp,
141141
private readonly heartbeatServiceProvider: Provider<'heartbeat'>,
142142
private readonly appCheckServiceProvider: Provider<AppCheckInternalComponentName>,
143-
public readonly config: ConfigInternal,
143+
public readonly config: ConfigInternal
144144
) {
145145
this.name = app.name;
146146
this.clientVersion = config.sdkClientVersion;

packages/auth/src/core/auth/register.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ export function registerAuth(clientPlatform: ClientPlatform): void {
8080
apiKey,
8181
authDomain,
8282
clientPlatform,
83-
apiHost: tenantConfig?.location ? DefaultConfig.REGIONAL_API_HOST : DefaultConfig.API_HOST,
83+
apiHost: tenantConfig?.location
84+
? DefaultConfig.REGIONAL_API_HOST
85+
: DefaultConfig.API_HOST,
8486
tokenApiHost: DefaultConfig.TOKEN_API_HOST,
8587
apiScheme: DefaultConfig.API_SCHEME,
8688
sdkClientVersion: _getClientVersion(clientPlatform)

0 commit comments

Comments
 (0)