Skip to content

Commit

Permalink
Remove unnecessary await
Browse files Browse the repository at this point in the history
  • Loading branch information
nene committed Aug 9, 2024
1 parent 25ead0a commit b4e4e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/sql-formatter-cli.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class SqlFormatterCli {
}

// Otherwise find a local config file
const localConfig = await this.findConfig();
const localConfig = this.findConfig();
if (!localConfig) {
return null;
}
Expand Down

0 comments on commit b4e4e5d

Please sign in to comment.