Skip to content

Commit

Permalink
Add trailing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 authored Dec 12, 2024
1 parent 370eac5 commit 69aa25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/vendored/dbt_core/format_column.sql
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
{% endif %}
{% set formatted = column.column.lower() ~ " " ~ data_type %}
{{ return({'name': column.name, 'data_type': data_type, 'formatted': formatted}) }}
{%- endmacro -%}
{%- endmacro -%}

0 comments on commit 69aa25d

Please sign in to comment.