Skip to content

Commit

Permalink
intendation for events in HetaCode
Browse files Browse the repository at this point in the history
  • Loading branch information
metelkin committed May 30, 2024
1 parent d2ff68a commit 9b1b845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/heta-code.heta.njk
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
{%- elseif key ==='ode_' %}
{{ indentation }}{{ record.id }} := {{ value }};
{%- else %}
{{ record.id }} [{{ key }}]= {{ value }};
{{ indentation }}{{ record.id }} [{{ key }}]= {{ value }};
{%- endif %}
{%- endfor %}
{%- endmacro -%}
Expand Down

0 comments on commit 9b1b845

Please sign in to comment.