style(sdk): format rename-dts.mjs to satisfy oxfmt

Unformatted file that slipped through because #1050 never ran build-and-package CI.
This commit is contained in:
Ben Meadors
2026-06-13 21:12:45 -05:00
parent b6575329a2
commit fced6f8fed

View File

@@ -20,7 +20,15 @@
* without an accompanying `declare namespace ...` block.
*/
import { existsSync, readdirSync, readFileSync, renameSync, statSync, unlinkSync, writeFileSync } from "node:fs";
import {
existsSync,
readdirSync,
readFileSync,
renameSync,
statSync,
unlinkSync,
writeFileSync,
} from "node:fs";
import { join } from "node:path";
const distDir = new URL("../dist", import.meta.url).pathname;