summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/internal/streams/add-abort-signal.mjs
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-07-08 14:34:08 -0400
committerGitHub <noreply@github.com>2023-07-08 18:34:08 +0000
commitf3095b8d311c85f633d280a980f76062015f8974 (patch)
tree60537fb8016ae629abed07309389649be78b39d9 /ext/node/polyfills/internal/streams/add-abort-signal.mjs
parente4870d84be19f4ea768933522eff437f64963730 (diff)
chore: upgrade to dprint 0.39 (#19768)
Diffstat (limited to 'ext/node/polyfills/internal/streams/add-abort-signal.mjs')
-rw-r--r--ext/node/polyfills/internal/streams/add-abort-signal.mjs5
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/node/polyfills/internal/streams/add-abort-signal.mjs b/ext/node/polyfills/internal/streams/add-abort-signal.mjs
index 497fc4941..515d0e0f1 100644
--- a/ext/node/polyfills/internal/streams/add-abort-signal.mjs
+++ b/ext/node/polyfills/internal/streams/add-abort-signal.mjs
@@ -2,7 +2,10 @@
// Copyright Joyent and Node contributors. All rights reserved. MIT license.
// deno-lint-ignore-file
-import { AbortError, ERR_INVALID_ARG_TYPE } from "ext:deno_node/internal/errors.ts";
+import {
+ AbortError,
+ ERR_INVALID_ARG_TYPE,
+} from "ext:deno_node/internal/errors.ts";
import eos from "ext:deno_node/internal/streams/end-of-stream.mjs";
// This method is inlined here for readable-stream