[C#] Remove superfluous semicolon in C# structs (#6791)

Aims to resolve #6788

-Remove superfluous semicolon in C# structs
This commit is contained in:
Todd Hansen
2021-08-17 10:02:57 -05:00
committed by GitHub
parent d6f51ea16d
commit 4a0879458d
27 changed files with 27 additions and 27 deletions

View File

@@ -56,7 +56,7 @@ public struct TableInC : IFlatbufferObject
_refer_to_a1,
_refer_to_a2);
}
};
}
public class TableInCT
{