From a12644063f3468be0f74669477b9bf37cc092b74 Mon Sep 17 00:00:00 2001 From: Pavel Shevaev Date: Wed, 22 Mar 2023 16:10:06 +0300 Subject: [PATCH] Fixing template typo --- tpl/macro.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpl/macro.twig b/tpl/macro.twig index c127bb7..99a5b28 100644 --- a/tpl/macro.twig +++ b/tpl/macro.twig @@ -544,7 +544,7 @@ public class {{o.name}} : IRpc return false; {%- endif -%} {% else ~%} - if(a.{{f.name}} != b.{{f.name}})) + if(a.{{f.name}} != b.{{f.name}}) {% if has_token(o, 'bitfields') ~%} { Meta.SetFieldDirty(ref a.fields_mask, {{field_idx}});