mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-20 14:35:05 +00:00
bulk code format fix (#8707)
This commit is contained in:
8
tests/ts/reflection/advanced-features.d.ts
vendored
8
tests/ts/reflection/advanced-features.d.ts
vendored
@@ -2,8 +2,8 @@
|
||||
* New schema language features that are not supported by old code generators.
|
||||
*/
|
||||
export declare enum AdvancedFeatures {
|
||||
AdvancedArrayFeatures = "1",
|
||||
AdvancedUnionFeatures = "2",
|
||||
OptionalScalars = "4",
|
||||
DefaultVectorsAndStrings = "8"
|
||||
AdvancedArrayFeatures = '1',
|
||||
AdvancedUnionFeatures = '2',
|
||||
OptionalScalars = '4',
|
||||
DefaultVectorsAndStrings = '8',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user