mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-19 11:33:05 +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:
@@ -56,7 +56,7 @@ public struct TableInC : IFlatbufferObject
|
||||
_refer_to_a1,
|
||||
_refer_to_a2);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
public class TableInCT
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user