[ci] format

This commit is contained in:
matthewp 2022-11-07 20:16:23 +00:00 committed by fredkbot
parent f6add3924d
commit 4280bb8cf8

View file

@ -1,3 +1,3 @@
export { createContainer, runInContainer, startContainer, isStarted } from './container.js';
export { createContainer, isStarted, runInContainer, startContainer } from './container.js';
export { default } from './dev.js';
export { createContainerWithAutomaticRestart } from './restart.js';