Skip to content

Commit 417bfb6

Browse files
bendtherulesmarionebl
authored andcommitted
style(top-level): fix prettier formatting on index.ts (#698)
should pass the test
1 parent 5f4c746 commit 417bfb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

@commitlint/top-level/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default toplevel;
77
* Find the next git root
88
*/
99
async function toplevel(cwd: string) {
10-
const found = await up('.git', { cwd, type: 'directory' });
10+
const found = await up('.git', {cwd, type: 'directory'});
1111

1212
if (typeof found !== 'string') {
1313
return found;

0 commit comments

Comments
 (0)