summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/_fs/_fs_lchown.ts
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-09-17 18:26:23 +0100
committerGitHub <noreply@github.com>2024-09-17 18:26:23 +0100
commita14e9f55b4efc39689e1cc76b44bc6c1be51efa5 (patch)
tree0a62a88e21eb6647157fc1f948008793b67bf0e9 /ext/node/polyfills/_fs/_fs_lchown.ts
parent915b73571c40601b7f79fa4ee0f3035982e23b7f (diff)
feat(fmt): sort type-only named import/exports last (#25690)
Closes #22583
Diffstat (limited to 'ext/node/polyfills/_fs/_fs_lchown.ts')
-rw-r--r--ext/node/polyfills/_fs/_fs_lchown.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/polyfills/_fs/_fs_lchown.ts b/ext/node/polyfills/_fs/_fs_lchown.ts
index 8611c8021..50d777b53 100644
--- a/ext/node/polyfills/_fs/_fs_lchown.ts
+++ b/ext/node/polyfills/_fs/_fs_lchown.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,