Skip to content

Commit 80f88cc

Browse files
committed
style: Fixed lint error
1 parent f0f398f commit 80f88cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fs/readdir.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ export function readdir(path: string): Promise<string[]> {
1010
resolve(files);
1111
});
1212
});
13-
}
13+
}

0 commit comments

Comments
 (0)