Skip to content

Commit

Permalink
Fixed style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed Sep 20, 2024
1 parent b5c339a commit f1024c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion statime-linux/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ use tokio::{
time::Sleep,
};

trait PortClock: Clock<Error = <LinuxClock as Clock>::Error> + PortTimestampToTime + Send + Sync {
trait PortClock:
Clock<Error = <LinuxClock as Clock>::Error> + PortTimestampToTime + Send + Sync
{
fn clone_box(&self) -> Box<dyn PortClock>;
}
impl PortClock for LinuxClock {
Expand Down

0 comments on commit f1024c1

Please sign in to comment.