mirror of
https://github.com/fluencelabs/js-libp2p-tcp
synced 2025-07-04 16:31:45 +00:00
codestyle: fix linting
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user