Skip to content

Commit

Permalink
add back end whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-dude committed Jan 10, 2025
1 parent 94191b6 commit fed3a93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ WITH dexs AS
INNER JOIN
{{ Factory_evt_PoolCreated }} f
ON {{ pair_column_name }} = t.id
{%- if is_incremental() -%}
{%- if is_incremental() %}
WHERE
{{ incremental_predicate('t.evt_block_time') }}
{%- endif %}
Expand Down

0 comments on commit fed3a93

Please sign in to comment.