summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/_fs/_fs_write.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/_fs/_fs_write.mjs
parente4870d84be19f4ea768933522eff437f64963730 (diff)
chore: upgrade to dprint 0.39 (#19768)
Diffstat (limited to 'ext/node/polyfills/_fs/_fs_write.mjs')
-rw-r--r--ext/node/polyfills/_fs/_fs_write.mjs5
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/node/polyfills/_fs/_fs_write.mjs b/ext/node/polyfills/_fs/_fs_write.mjs
index aea1e7236..aa23805bf 100644
--- a/ext/node/polyfills/_fs/_fs_write.mjs
+++ b/ext/node/polyfills/_fs/_fs_write.mjs
@@ -5,7 +5,10 @@
// deno-lint-ignore-file prefer-primordials
import { Buffer } from "node:buffer";
-import { validateEncoding, validateInteger } from "ext:deno_node/internal/validators.mjs";
+import {
+ validateEncoding,
+ validateInteger,
+} from "ext:deno_node/internal/validators.mjs";
import * as io from "ext:deno_io/12_io.js";
import * as fs from "ext:deno_fs/30_fs.js";
import {