Skip to content

Commit

Permalink
style: add whitespace in jinja code
Browse files Browse the repository at this point in the history
  • Loading branch information
cverhoef committed Aug 30, 2023
1 parent 4498b5d commit 207c2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/generic/optional.sql
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{%- endif -%}

{# Apply casting when relation is a source or when the field doesn't exist in the relation and is being created. #}
{% if ns.is_source_relation or column_value == 'null'%}
{% if ns.is_source_relation or column_value == 'null' %}
{%- if data_type == 'boolean' -%}
{{ pm_utils.to_boolean(column_value, relation) }}
{%- elif data_type == 'date' -%}
Expand Down

0 comments on commit 207c2e0

Please sign in to comment.