chore(cloudcmd) lint

This commit is contained in:
coderaiser 2020-04-10 14:31:55 +03:00
parent 2a170584e2
commit 67138dab0f
5 changed files with 9 additions and 9 deletions

View file

@ -30,7 +30,7 @@ test('rest: formatMsg: json', (t) => {
test('rest: getWin32RootMsg', (t) => {
const {message} = _getWin32RootMsg();
t.equal(message,'Could not copy from/to root on windows!', 'should return error');
t.equal(message, 'Could not copy from/to root on windows!', 'should return error');
t.end();
});