mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-06 13:37:25 +00:00
Ran clang-format-all.sh. Removed default --style=file parameter (#6639)
* Ran clang-format-all.sh. Removed default --style=file parameter * Moved scripts to scripts/ location
This commit is contained in:
@@ -316,9 +316,9 @@ class TsGenerator : public BaseGenerator {
|
||||
GenStructArgs(imports, *field.value.type.struct_def, arguments,
|
||||
nameprefix + field.name + "_");
|
||||
} else {
|
||||
*arguments +=
|
||||
", " + nameprefix + field.name + ": " +
|
||||
GenTypeName(imports, field, field.value.type, true, field.IsOptional());
|
||||
*arguments += ", " + nameprefix + field.name + ": " +
|
||||
GenTypeName(imports, field, field.value.type, true,
|
||||
field.IsOptional());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user