Skip to content

Commit

Permalink
Remove trailing semicolon in SQL file
Browse files Browse the repository at this point in the history
  • Loading branch information
billettc committed Dec 4, 2024
1 parent ba78567 commit 29c377a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/hivemapper/models/example/dbt_fleet_and_revenu.sql
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ FROM
GROUP BY
f.address
ORDER BY
rank;
rank

0 comments on commit 29c377a

Please sign in to comment.