Skip to content

Commit

Permalink
remove extra clone
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Oct 26, 2024
1 parent f96d9d8 commit eae323a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/birch/get_vehicle_trip_information.rs
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ pub async fn get_trip_rt_update(
matches!(
each_update.trip.start_time.as_ref().map(
|start_time| {
start_time.clone() == *query_start_time
start_time == query_start_time
}
),
Some(true)
Expand Down

0 comments on commit eae323a

Please sign in to comment.