We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1eabf3a + 8ce3ba1 commit 5546730Copy full SHA for 5546730
macros/calculate_number_lines.sql
@@ -12,7 +12,7 @@
12
{%- set model_raw_sql = '' -%}
13
{%- endif -%}
14
15
- {{ return(model_raw_sql.count("\n")) + 1 }}
+ {{ return(model_raw_sql.count("\n") + 1) }}
16
17
{% endif %}
18
0 commit comments