Skip to content

Commit

Permalink
fmt code
Browse files Browse the repository at this point in the history
Signed-off-by: remzi <[email protected]>
  • Loading branch information
HaoYang670 committed Apr 1, 2022
1 parent d9c5d69 commit f66990a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow/src/compute/kernels/substring.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ fn generic_substring<OffsetSize: StringOffsetSizeTrait>(
} else {
Box::new(|start: OffsetSize, end: OffsetSize| end - start)
};

// start and end offsets for each substring
let mut new_starts_ends: Vec<(OffsetSize, OffsetSize)> =
Vec::with_capacity(array.len());
Expand Down

0 comments on commit f66990a

Please sign in to comment.