Skip to content

Commit ee04817

Browse files
committed
Format, lint
1 parent 960a02c commit ee04817

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/database/src/api/Database.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import {
3939
FirebaseAuthTokenProvider
4040
} from '../core/AuthTokenProvider';
4141
import { Repo, repoInterrupt, repoResume, repoStart } from '../core/Repo';
42-
import { RepoInfo, RepoInfoEmulatorOptions} from '../core/RepoInfo';
42+
import { RepoInfo, RepoInfoEmulatorOptions } from '../core/RepoInfo';
4343
import { parseRepoInfo } from '../core/util/libs/parser';
4444
import { newEmptyPath, pathIsEmpty } from '../core/util/Path';
4545
import {
@@ -87,7 +87,7 @@ function repoManagerApplyEmulatorSettings(
8787
repo: Repo,
8888
hostAndPort: string,
8989
emulatorOptions: RepoInfoEmulatorOptions,
90-
tokenProvider?: AuthTokenProvider,
90+
tokenProvider?: AuthTokenProvider
9191
): void {
9292
repo.repoInfo_ = new RepoInfo(
9393
hostAndPort,

packages/database/src/core/RepoInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { each } from './util/util';
2424

2525
export interface RepoInfoEmulatorOptions {
2626
mockUserToken?: string | EmulatorMockTokenOptions;
27-
};
27+
}
2828

2929
/**
3030
* A class that holds metadata about a Repo object

0 commit comments

Comments
 (0)