Skip to content

Commit

Permalink
removed unnecessary clone
Browse files Browse the repository at this point in the history
  • Loading branch information
cikzh authored and rnijveld committed Feb 21, 2024
1 parent f3164d1 commit 43df041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statime/src/ptp_instance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ impl<F: Filter> PtpInstance<F> {
ObservableInstanceState {
default_ds: (&state.default_ds).into(),
current_ds: (&state.current_ds).into(),
parent_ds: (&state.parent_ds.clone()).into(),
parent_ds: (&state.parent_ds).into(),
time_properties_ds: state.time_properties_ds,
}
}
Expand Down

0 comments on commit 43df041

Please sign in to comment.