Skip to content

Commit

Permalink
Remove extraneous newline
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 committed Nov 5, 2024
1 parent 1b1becf commit ee0d677
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/dbt/task/compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ def task_end_messages(self, results) -> None:
matched_results = []

for result in matched_results:

fire_event(
CompiledNode(
node_name=result.node.name,
Expand Down

0 comments on commit ee0d677

Please sign in to comment.