Skip to content

Commit d3e0838

Browse files
author
Athira M
committed
Fix yarn format failures
1 parent b289636 commit d3e0838

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

packages/remote-config/src/client/rest_client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import {
1919
CustomSignals,
2020
FetchResponse,
21-
FirebaseRemoteConfigObject,
21+
FirebaseRemoteConfigObject
2222
} from '../public_types';
2323
import {
2424
RemoteConfigFetchClient,

packages/remote-config/src/public_types.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
import { FirebaseApp, FirebaseError } from '@firebase/app';
1919
import { FirebaseExperimentDescription } from './client/rest_client';
2020

21-
/**
22-
2321
/**
2422
* The Firebase Remote Config service interface.
2523
*

0 commit comments

Comments
 (0)