chore: lint

This commit is contained in:
coderaiser 2023-07-09 12:43:24 +03:00
parent f1279666b5
commit 4717e035ee
173 changed files with 1388 additions and 1627 deletions

View file

@ -2,10 +2,8 @@
const tryToCatch = require('try-to-catch');
const {
test,
stub,
} = require('supertape');
const {test, stub} = require('supertape');
const callbackify = require('./callbackify');
const {promisify} = require('util');
@ -30,4 +28,3 @@ test('cloudcmd: common: callbackify', async (t) => {
t.equal(data, 'hi');
t.end();
});