mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-21 12:05:45 +00:00
bulk code format fix (#8707)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export declare enum TestEnum {
|
||||
A = 0,
|
||||
B = 1,
|
||||
C = 2
|
||||
A = 0,
|
||||
B = 1,
|
||||
C = 2,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user