mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-07 05:54:22 +00:00
bulk code format fix (#8707)
This commit is contained in:
+3
-3
@@ -1,5 +1,5 @@
|
||||
export declare enum LongEnum {
|
||||
LongOne = "2",
|
||||
LongTwo = "4",
|
||||
LongBig = "1099511627776"
|
||||
LongOne = '2',
|
||||
LongTwo = '4',
|
||||
LongBig = '1099511627776',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user