Skip to content

Commit

Permalink
Linters.
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <[email protected]>
  • Loading branch information
MiguelCompany committed Mar 22, 2021
1 parent d281a69 commit 02e791e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ size_t TypeSupport<MembersType>::calculateMaxSerializedSize(
size_t array_size = 1;
if (member->is_array_) {
array_size = member->array_size_;

// Whether it is unbounded.
if (0 == array_size) {
this->max_size_bound_ = false;
Expand Down

0 comments on commit 02e791e

Please sign in to comment.