mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-25 00:46:09 +00:00
bulk code format fix (#8707)
This commit is contained in:
8
tests/ts/my-game/example/race.d.ts
vendored
8
tests/ts/my-game/example/race.d.ts
vendored
@@ -1,6 +1,6 @@
|
||||
export declare enum Race {
|
||||
None = -1,
|
||||
Human = 0,
|
||||
Dwarf = 1,
|
||||
Elf = 2
|
||||
None = -1,
|
||||
Human = 0,
|
||||
Dwarf = 1,
|
||||
Elf = 2,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user