Skip to content

Commit 1560a88

Browse files
committed
sty: deno fmt [ignore-rev]
1 parent 20ccf91 commit 1560a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/files/deno.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export async function readFileTree(
8686
): Promise<FileTree> {
8787
prune ??= new FileIgnoreRules([], false)
8888
const ignore = new FileIgnoreRules([])
89-
const tree = await _readFileTree({rootPath, relativePath: '/', ignore, prune, preferredRemote})
89+
const tree = await _readFileTree({ rootPath, relativePath: '/', ignore, prune, preferredRemote })
9090
const bidsignore = tree.get('.bidsignore')
9191
if (bidsignore) {
9292
try {

0 commit comments

Comments
 (0)