Skip to content

Commit d07d6a0

Browse files
committed
sort imports
1 parent c0cb5ff commit d07d6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloudflare/src/cli/commands/populate-cache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ import {
2525
PREFIX_ENV_NAME as R2_CACHE_PREFIX_ENV_NAME,
2626
} from "../../api/overrides/incremental-cache/r2-incremental-cache.js";
2727
import {
28-
NAME as D1_TAG_NAME,
2928
BINDING_NAME as D1_TAG_BINDING_NAME,
29+
NAME as D1_TAG_NAME,
3030
} from "../../api/overrides/tag-cache/d1-next-tag-cache.js";
3131
import type { WranglerTarget } from "../utils/run-wrangler.js";
3232
import { runWrangler } from "../utils/run-wrangler.js";

0 commit comments

Comments
 (0)