Skip to content

Commit 83186b6

Browse files
committed
chore: format code
1 parent a3a2399 commit 83186b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nix/scripts/canonicalize-node-modules.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ for (const [slug, entry] of Array.from(selections.entries()).sort((a, b) => a[0]
7878
const linkPath = join(parent, leaf)
7979
const desired = join(entry.dir, "node_modules", slug)
8080
const exists = await lstat(desired)
81-
.then(info => info.isDirectory())
81+
.then((info) => info.isDirectory())
8282
.catch(() => false)
8383
if (!exists) {
8484
continue

0 commit comments

Comments
 (0)