mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-22 00:18:28 +00:00
bulk code format fix (#8707)
This commit is contained in:
6
tests/ts/my-game/example/long-enum.d.ts
vendored
6
tests/ts/my-game/example/long-enum.d.ts
vendored
@@ -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