Skip to content

Commit

Permalink
Adjust formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmclarke committed Dec 5, 2024
1 parent d56b08b commit a91acd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion models/marts/customers.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
with
with

customers as (

Expand Down
4 changes: 1 addition & 3 deletions models/marts/order_items.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
with

order_items as (
with order_items as (

select * from {{ ref('stg_order_items') }}

Expand Down

0 comments on commit a91acd5

Please sign in to comment.