chore(info) rm "\n"

This commit is contained in:
coderaiser 2018-08-17 15:06:17 +03:00
parent 7173808ce4
commit 2d5453a532

View file

@ -18,7 +18,6 @@ test('cloudcmd: rest: info', (t) => {
process.memoryUsage = memoryUsage;
t.ok(_memoryUsage.calledWith(), 'should call memoryUsage');
t.end();
});