Skip to content

Commit 8ce3ba1

Browse files
authored
fix return() in calculate_number_lines.sql
1 parent 1eabf3a commit 8ce3ba1

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)