mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +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:
@@ -1335,7 +1335,7 @@ class CSharpGenerator : public BaseGenerator {
|
||||
GenPackUnPack_ObjectAPI(struct_def, code_ptr, opts, struct_has_create,
|
||||
field_has_create_set);
|
||||
}
|
||||
code += "};\n\n";
|
||||
code += "}\n\n";
|
||||
|
||||
if (opts.generate_object_based_api) {
|
||||
GenStruct_ObjectAPI(struct_def, code_ptr, opts);
|
||||
|
||||
Reference in New Issue
Block a user