Skip to content

Commit f6e0026

Browse files
committed
reformat
Signed-off-by: Robert Kruszewski <github@robertk.io>
1 parent 70b4f6d commit f6e0026

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

cpp/src/arrow/util/byte_size.cc

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -267,12 +267,9 @@ struct GetByteRangesArray {
267267
// 2. Reference a value multiple times without repeating it in the data buffer
268268
//
269269
// Producing exact byte size would require linear scan of all values in view buffer
270-
GetByteRangesArray child{*input.child_data[0],
271-
0,
272-
input.child_data[0]->length,
273-
range_starts,
274-
range_offsets,
275-
range_lengths};
270+
GetByteRangesArray child{
271+
*input.child_data[0], 0, input.child_data[0]->length, range_starts, range_offsets,
272+
range_lengths};
276273
return VisitTypeInline(*type.value_type(), &child);
277274
}
278275

0 commit comments

Comments
 (0)