diff --git a/socket.io-client/socket.io-client-tests.ts b/socket.io-client/socket.io-client-tests.ts index 9c6018a19..f4171fe15 100644 --- a/socket.io-client/socket.io-client-tests.ts +++ b/socket.io-client/socket.io-client-tests.ts @@ -7,4 +7,4 @@ socket.on('connect', function () { socket.send('some test data', function () { console.log('Sent some data.'); }); -}); \ No newline at end of file +}); diff --git a/socket.io-client/socket.io-client.d.ts b/socket.io-client/socket.io-client.d.ts index 0bef47c58..e4c6e0e38 100644 --- a/socket.io-client/socket.io-client.d.ts +++ b/socket.io-client/socket.io-client.d.ts @@ -30,4 +30,4 @@ declare module "socket.io-client" { flushBuffer(): void; disconnect(): Socket; } -} \ No newline at end of file +}