Skip to content

Commit 1b79205

Browse files
committed
Pretty
1 parent 924dfc6 commit 1b79205

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/firestore/src/remote/rest_connection.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@
1717

1818
import { SDK_VERSION } from '../../src/core/version';
1919
import { Token } from '../api/credentials';
20-
import { DatabaseId, DatabaseInfo, DEFAULT_DATABASE_NAME } from '../core/database_info';
20+
import {
21+
DatabaseId,
22+
DatabaseInfo,
23+
DEFAULT_DATABASE_NAME
24+
} from '../core/database_info';
2125
import { debugAssert } from '../util/assert';
2226
import { generateUniqueDebugId } from '../util/debug_uid';
2327
import { FirestoreError } from '../util/error';

0 commit comments

Comments
 (0)