Added newlines to the end of the files

This commit is contained in:
Maido Käära
2014-02-16 13:53:26 +00:00
parent 8265a17569
commit d20a2330b8
2 changed files with 2 additions and 2 deletions

View File

@@ -7,4 +7,4 @@ socket.on('connect', function () {
socket.send('some test data', function () {
console.log('Sent some data.');
});
});
});

View File

@@ -30,4 +30,4 @@ declare module "socket.io-client" {
flushBuffer(): void;
disconnect(): Socket;
}
}
}