mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-19 19:55:43 +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:
@@ -43,7 +43,7 @@ public struct StructInNestedNS : IFlatbufferObject
|
||||
_o.A,
|
||||
_o.B);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
public class StructInNestedNST
|
||||
{
|
||||
|
||||
@@ -49,7 +49,7 @@ public struct TableInNestedNS : IFlatbufferObject
|
||||
builder,
|
||||
_o.Foo);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
public class TableInNestedNST
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user