mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-24 04:11:46 +00:00
[C#] Remove superfluous semicolon in C# structs (#6791)
Aims to resolve #6788 -Remove superfluous semicolon in C# structs
This commit is contained in:
@@ -46,7 +46,7 @@ public struct Attacker : IFlatbufferObject
|
||||
builder,
|
||||
_o.SwordAttackDamage);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
public class AttackerT
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user