Skip to content

Commit 5546730

Browse files
authored
Merge pull request #546 from dbt-labs/wizardxz-patch-1
2 parents 1eabf3a + 8ce3ba1 commit 5546730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macros/calculate_number_lines.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{%- set model_raw_sql = '' -%}
1313
{%- endif -%}
1414

15-
{{ return(model_raw_sql.count("\n")) + 1 }}
15+
{{ return(model_raw_sql.count("\n") + 1) }}
1616

1717
{% endif %}
1818

0 commit comments

Comments
 (0)