Skip to content

Commit b4e4e5d

Browse files
committed
Remove unnecessary await
1 parent 25ead0a commit b4e4e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/sql-formatter-cli.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class SqlFormatterCli {
9191
}
9292

9393
// Otherwise find a local config file
94-
const localConfig = await this.findConfig();
94+
const localConfig = this.findConfig();
9595
if (!localConfig) {
9696
return null;
9797
}

0 commit comments

Comments
 (0)