Skip to content

Commit a30b9ec

Browse files
committed
lint
1 parent f36a951 commit a30b9ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/echo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
SocketIoPrivateChannel,
1515
} from './channel';
1616
import { Connector, PusherConnector, SocketIoConnector, NullConnector } from './connector';
17-
import {isConstructor} from "./util";
17+
import { isConstructor } from "./util";
1818

1919
/**
2020
* This class is the primary API for interacting with broadcasting.

tests/echo.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Echo from '../src/echo';
2-
import {NullConnector, PusherConnector} from "../src/connector";
2+
import { NullConnector } from "../src/connector";
33

44
describe('Echo', () => {
55
test('it will not throw error for supported driver', () => {

0 commit comments

Comments
 (0)