1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

tcprequest tests: normalize indents

This commit is contained in:
Christopher Hiller 2018-03-19 15:45:52 -07:00
parent 98f7271ac8
commit 9994df9601
No known key found for this signature in database
GPG Key ID: 517E44D4799F10A6

View File

@ -106,5 +106,4 @@ describe('TCP Request Node', function() {
{id:"n2", type:"helper"}];
testTCP(flow, {payload:"foo", host:"localhost", port:port}, "ACK:foo", done)
});
});