Skip to content

Commit

Permalink
Missing paranthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
prdpsvs authored May 20, 2024
1 parent 9b69369 commit f7c84c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


{% if contract_config.enforced %}
{{ exceptions.warn("Model contracts cannot be enforced by <adapter>!" }}
{{ exceptions.warn("Model contracts cannot be enforced by <adapter>!") }}
{{ get_assert_columns_equivalent(sql) }}
{%- endif %}

Expand Down

0 comments on commit f7c84c7

Please sign in to comment.