Skip to content
Snippets Groups Projects
Commit 3c7dacc0 authored by Sebastian Nickels's avatar Sebastian Nickels
Browse files

Fixed temlate

parent 4880932b
Branches
No related tags found
1 merge request!21Added new layers
Pipeline #172307 canceled
......@@ -2,7 +2,7 @@
<#if mode == "FORWARD_FUNCTION">
${element.name} = ${input}
<#elseif mode == "PYTHON_INLINE">
${element.name} = ${input};
${element.name} = ${input}
<#elseif mode == "CPP_INLINE">
${element.name} = ${input};
</#if>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment