mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
Added newlines to the end of the files
This commit is contained in:
@@ -7,4 +7,4 @@ socket.on('connect', function () {
|
||||
socket.send('some test data', function () {
|
||||
console.log('Sent some data.');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
2
socket.io-client/socket.io-client.d.ts
vendored
2
socket.io-client/socket.io-client.d.ts
vendored
@@ -30,4 +30,4 @@ declare module "socket.io-client" {
|
||||
flushBuffer(): void;
|
||||
disconnect(): Socket;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user