Skip to content

Commit

Permalink
Add final newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
b-per authored and AxelThevenot committed Jan 29, 2024
1 parent 3ebf216 commit 9a0c8ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion macros/_assertions_expression.sql
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ ARRAY_CONSTRUCT_COMPACT(
CAST(NULL AS STRING)
) AS {{ column }}

{%- endmacro %}
{%- endmacro %}
2 changes: 1 addition & 1 deletion macros/assertions_filter.sql
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ ARRAY_SIZE(ARRAY_EXCEPT({{ column }},ARRAY_CONSTRUCT('{{ exclude_list | join("\'
ARRAY_SIZE({{ column }}) = 0
{%- endif -%}

{%- endmacro %}
{%- endmacro %}

0 comments on commit 9a0c8ab

Please sign in to comment.