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.
1 parent 1eabf3a commit 8ce3ba1Copy full SHA for 8ce3ba1
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