Skip to content

Commit 66564cb

Browse files
rnijvelddavidv1992
authored andcommitted
Fixed style issue
1 parent 1ee6c5d commit 66564cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

statime-linux/src/main.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ use tokio::{
3838
time::Sleep,
3939
};
4040

41-
trait PortClock: Clock<Error = <LinuxClock as Clock>::Error> + PortTimestampToTime + Send + Sync {
41+
trait PortClock:
42+
Clock<Error = <LinuxClock as Clock>::Error> + PortTimestampToTime + Send + Sync
43+
{
4244
fn clone_box(&self) -> Box<dyn PortClock>;
4345
}
4446
impl PortClock for LinuxClock {

0 commit comments

Comments
 (0)