diff --git a/.madrun.mjs b/.madrun.mjs index c520e332..763eaf69 100644 --- a/.madrun.mjs +++ b/.madrun.mjs @@ -1,4 +1,7 @@ -import {run, cutEnv} from 'madrun'; +import { + run, + cutEnv, +} from 'madrun'; const testEnv = { THREAD_IT_COUNT: 0, diff --git a/bin/cloudcmd.mjs b/bin/cloudcmd.mjs index d43b06ce..0a20e7e9 100755 --- a/bin/cloudcmd.mjs +++ b/bin/cloudcmd.mjs @@ -8,7 +8,10 @@ import tryToCatch from 'try-to-catch'; import {createSimport} from 'simport'; import exit from '../server/exit.js'; -import {createConfig, configPath} from '../server/config.js'; +import { + createConfig, + configPath, +} from '../server/config.js'; const config = createConfig({ configPath,