fix: formats: protobuf: serde: fix style

This commit is contained in:
Eliot Hautefeuille 2024-09-17 20:58:12 +02:00
parent df482bbbba
commit 2cef7f79fc
No known key found for this signature in database
GPG Key ID: EDBE1CD54A6EA267
2 changed files with 1 additions and 1 deletions

View File

@ -3363,7 +3363,7 @@ namespace
if (field_descriptor->is_repeated())
{
repeated_field_matching_nested_columns_are_all_arrays = true;
for(const auto & nested_data_type : nested_data_types)
for (const auto & nested_data_type : nested_data_types)
{
if (nested_data_type->getTypeId() == TypeIndex::Array)
repeated_field_matching_nested_columns_have_some_arrays = true;