Fixing template typo

This commit is contained in:
Pavel Shevaev 2023-03-22 16:10:06 +03:00
parent e6aa0a0d53
commit a12644063f
1 changed files with 1 additions and 1 deletions

View File

@ -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}});