diff --git a/macros/utils/comma_delimited_list.sql b/macros/utils/comma_delimited_list.sql index 92a2365..fcabb3a 100644 --- a/macros/utils/comma_delimited_list.sql +++ b/macros/utils/comma_delimited_list.sql @@ -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 %}} \ No newline at end of file +{% endmacro %}