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:
@@ -61,7 +61,7 @@ public struct StructOfStructs : IFlatbufferObject
|
||||
_c_id,
|
||||
_c_distance);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
public class StructOfStructsT
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user