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:
@@ -83,7 +83,7 @@ public struct TableInFirstNS : IFlatbufferObject
|
||||
_foo_union,
|
||||
_o.FooStruct);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
public class TableInFirstNST
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user