Skip to content

Commit d571641

Browse files
committed
Yarn format
1 parent 3dc7b96 commit d571641

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/firestore/test/unit/remote/web_channel_connection.browser.test.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
* limitations under the License.
1616
*/
1717

18-
import { expect } from 'chai';
19-
20-
import { DatabaseId, DatabaseInfo } from '../../../src/core/database_info';
21-
import { WebChannelConnection } from '../../../src/platform/browser/webchannel_connection';
2218
import {
2319
WebChannelOptions,
2420
WebChannelTransport
2521
} from '@firebase/webchannel-wrapper';
22+
import { expect } from 'chai';
23+
24+
import { DatabaseId, DatabaseInfo } from '../../../src/core/database_info';
25+
import { WebChannelConnection } from '../../../src/platform/browser/webchannel_connection';
2626

2727
export class TestWebChannelConnection extends WebChannelConnection {
28-
public transport: { lastOptions?: WebChannelOptions } & WebChannelTransport =
28+
transport: { lastOptions?: WebChannelOptions } & WebChannelTransport =
2929
{
3030
lastOptions: undefined,
3131
createWebChannel(url: string, options: WebChannelOptions): never {

0 commit comments

Comments
 (0)