codestyle: fix linting

This commit is contained in:
David Dias
2017-03-27 16:21:26 +01:00
parent fd741367a2
commit fb382a3e2a

View File

@ -40,7 +40,6 @@ module.exports = class TCP {
cb() cb()
}) })
const socket = toPull.duplex(rawSocket) const socket = toPull.duplex(rawSocket)
const conn = new Connection(socket) const conn = new Connection(socket)