Skip to content

Commit

Permalink
fix: remove trailing-whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
teoria committed Nov 19, 2024
1 parent 3cc650f commit 824b5af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{% if unique_tmp_table_suffix == True and table_type == 'iceberg' %}
{% set tmp_table_suffix = adapter.generate_unique_temporary_table_suffix() %}
{% endif %}

{% set old_tmp_relation = adapter.get_relation(identifier=target_relation.identifier ~ tmp_table_suffix,
schema=schema,
database=database) %}
Expand Down

0 comments on commit 824b5af

Please sign in to comment.