Update dprint, don't force multiline imports for imports of single name (#58038)

This commit is contained in:
Jake Bailey
2024-04-02 10:58:16 -07:00
committed by GitHub
parent 66f5be9c0e
commit 4cedfe40b0
205 changed files with 388 additions and 1156 deletions

View File

@@ -1,7 +1,5 @@
import assert from "assert";
import {
execFileSync,
} from "child_process";
import { execFileSync } from "child_process";
import {
readFileSync,
writeFileSync,