Skip to content

Commit f56639a

Browse files
committed
Run prettify on changes
1 parent 1af12d6 commit f56639a

File tree

1 file changed

+1
-1
lines changed
  • packages/wrangler/src/containers

1 file changed

+1
-1
lines changed

packages/wrangler/src/containers/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import {
77
} from "../cloudchamber/build";
88
import { handleFailure } from "../cloudchamber/common";
99
import { imagesCommand } from "../cloudchamber/images/list";
10-
import type { Scope } from "../user";
1110
import {
1211
deleteCommand,
1312
deleteYargs,
@@ -16,6 +15,7 @@ import {
1615
listCommand,
1716
listYargs,
1817
} from "./containers";
18+
import type { Scope } from "../user";
1919
import type { CommonYargsArgvJSON, CommonYargsOptions } from "../yargs-types";
2020
import type { CommandModule } from "yargs";
2121

0 commit comments

Comments
 (0)