Skip to content

Commit 5986a2b

Browse files
committed
fix inconsistent spacing
1 parent 94e71a1 commit 5986a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ if (toolchain_PATH) {
9090
for await (const [path, { isSymlink }] of d.ls()) {
9191
if (isSymlink) {
9292
const target = Deno.readLinkSync(path.string)
93-
console.log(` ${path.basename()}${target}`)
93+
console.log(`${path.basename()}${target}`)
9494
}
9595
}
9696
}

0 commit comments

Comments
 (0)