Skip to content

Commit ea7f2b5

Browse files
committed
fix linting
1 parent 0917c34 commit ea7f2b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/open-next/src/build/patch/codePatcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as fs from "node:fs/promises";
22
import logger from "../../logger.js";
3-
import * as buildHelper from "../helper.js";
43
import type { getManifests } from "../copyTracedFiles.js";
4+
import * as buildHelper from "../helper.js";
55

66
// Either before or after should be provided, otherwise just use the field directly
77
export interface VersionedField<T> {

0 commit comments

Comments
 (0)