Skip to content
This repository was archived by the owner on Aug 23, 2019. It is now read-only.

Commit 837cc20

Browse files
dmitriy ryajovdmitriy ryajov
dmitriy ryajov
authored and
dmitriy ryajov
committed
style: removed extra spaces
1 parent 64a0a14 commit 837cc20

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/index.spec.js

-3
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ describe('test relay', function () {
9292
(cb) => srcNode.dialByPeerInfo(relayPeer, cb),
9393
(cb) => dstNode.dialByPeerInfo(relayPeer, cb)
9494
], done)
95-
9695
}
9796

9897
function stopNodes (done) {
@@ -156,7 +155,6 @@ describe('test relay', function () {
156155
it('should dial to a node over a relay and write several values', function (done) {
157156
dialAndRevers(['hello', 'hello1', 'hello2', 'hello3'], done)
158157
})
159-
160158
})
161159

162160
describe(`circuit over multiplex muxer`, function () {
@@ -175,6 +173,5 @@ describe('test relay', function () {
175173
it('should dial to a node over a relay and write several values', function (done) {
176174
dialAndRevers(['hello', 'hello1', 'hello2', 'hello3'], done)
177175
})
178-
179176
})
180177
})

0 commit comments

Comments
 (0)