Skip to content
Snippets Groups Projects
Commit 8c09e56a authored by Axel Farrugia's avatar Axel Farrugia
Browse files

[Fix] Too much commas

parent c788987e
No related branches found
No related tags found
2 merge requests!710.4.0,!58Fix the aidge_cmp feature
......@@ -13,7 +13,7 @@ static const {{ dtype }} {{ name }}
{%- if dims | length == 1 -%}
{{ '{' }}
{%- for x in range(dims[0]) -%}
{{ "%4d" | format(values[x]) }}
{{ "%4d" | format(values[x]) }},
{%- endfor -%}
{{ '}' }};
{%- endif -%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment