summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/_fs/_fs_access.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_access.ts
parent915b73571c40601b7f79fa4ee0f3035982e23b7f (diff)
feat(fmt): sort type-only named import/exports last (#25690)
Closes #22583
Diffstat (limited to 'ext/node/polyfills/_fs/_fs_access.ts')
-rw-r--r--ext/node/polyfills/_fs/_fs_access.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/polyfills/_fs/_fs_access.ts b/ext/node/polyfills/_fs/_fs_access.ts
index b501bcbca..1a9041e30 100644
--- a/ext/node/polyfills/_fs/_fs_access.ts
+++ b/ext/node/polyfills/_fs/_fs_access.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 { fs } from "ext:deno_node/internal_binding/constants.ts";
import { codeMap } from "ext:deno_node/internal_binding/uv.ts";