forked from BigfootDev/flatbuffers
[C#] Remove superfluous semicolon in C# structs (#6791)
Aims to resolve #6788 -Remove superfluous semicolon in C# structs
This commit is contained in:
@@ -49,7 +49,7 @@ internal partial struct TestSimpleTableWithEnum : IFlatbufferObject
|
||||
builder,
|
||||
_o.Color);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
internal partial class TestSimpleTableWithEnumT
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user