Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
barrywhart committed Dec 18, 2023
1 parent c481ebb commit b94baeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbt_core_interface/sqlfluff_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def format_command(
res = lint_result.persist_changes(
formatter=formatter, fixed_file_suffix=""
)
success = all(res.values())
success = all(res.values())
return success


Expand Down

0 comments on commit b94baeb

Please sign in to comment.