From 207c2e0340414d136fd66aa2153e22ec9ae0e2b9 Mon Sep 17 00:00:00 2001 From: Celine Verhoef Date: Wed, 30 Aug 2023 15:03:12 +0200 Subject: [PATCH] style: add whitespace in jinja code --- macros/generic/optional.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/generic/optional.sql b/macros/generic/optional.sql index ec26604..271600b 100644 --- a/macros/generic/optional.sql +++ b/macros/generic/optional.sql @@ -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' -%}