summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/_fs/_fs_chown.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/polyfills/_fs/_fs_chown.ts')
-rw-r--r--ext/node/polyfills/_fs/_fs_chown.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/polyfills/_fs/_fs_chown.ts b/ext/node/polyfills/_fs/_fs_chown.ts
index 56364109d..3270095bf 100644
--- a/ext/node/polyfills/_fs/_fs_chown.ts
+++ b/ext/node/polyfills/_fs/_fs_chown.ts
@@ -4,8 +4,8 @@
// deno-lint-ignore-file prefer-primordials
import {
- type CallbackWithError,
makeCallback,
+ type CallbackWithError,
} from "ext:deno_node/_fs/_fs_common.ts";
import {
getValidatedPath,