From d20a2330b88f5c31f19ef0cca9e165df0702d5e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maido=20Ka=CC=88a=CC=88ra?= Date: Sun, 16 Feb 2014 13:53:26 +0000 Subject: [PATCH] Added newlines to the end of the files --- socket.io-client/socket.io-client-tests.ts | 2 +- socket.io-client/socket.io-client.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 +}