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:
@@ -148,7 +148,7 @@ public struct Movie : IFlatbufferObject
|
||||
_characters_type,
|
||||
_characters);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
public class MovieT
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user