Skip to content

Commit 6c0061e

Browse files
author
Rocco
committed
code standardized
1 parent 98c9690 commit 6c0061e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/udp.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ test('Server hex dump - output()', function (t) {
288288
})
289289
})
290290

291-
test('Client hex dump', function(t){
291+
test('Client hex dump', function (t) {
292292
t.plan(6)
293293
t.timeoutAfter(5000)
294294

@@ -313,7 +313,6 @@ test('Client hex dump', function(t){
313313
})
314314
})
315315

316-
317316
/*
318317
// TODO: udp proxy (different port)
319318
*/

0 commit comments

Comments
 (0)