mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-16 01:07:29 +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:
@@ -741,7 +741,7 @@ public struct Monster : IFlatbufferObject
|
||||
_testrequirednestedflatbuffer,
|
||||
_scalar_key_sorted_tables);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
public class MonsterT
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user