Skip to content

Commit

Permalink
extra curly bracket macro (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
suelai authored Jan 20, 2024
1 parent c28c835 commit 542d816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions macros/utils/comma_delimited_list.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% macro comma_delimited_list(args) %}
{%- for arg in args %}
{%- for arg in args %}
{{- arg -}} {{- ", " if not loop.last else "" -}}
{% endfor %}
{% endmacro %}}
{% endmacro %}

0 comments on commit 542d816

Please sign in to comment.