Skip to content

Commit

Permalink
VTX-3411: move clone into right position
Browse files Browse the repository at this point in the history
  • Loading branch information
fsdvh committed Dec 8, 2023
1 parent 074a00d commit b98210f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions object_store/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1263,6 +1263,7 @@ mod tests {
prefix.as_ref().map(|p| x.prefix_matches(p)).unwrap_or(true);
prefix_match && x > &offset
})
.cloned()
.collect();

assert_eq!(actual, expected, "{prefix:?} - {offset:?}");
Expand Down

0 comments on commit b98210f

Please sign in to comment.