Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Folkert authored and folkertdev committed Aug 10, 2023
1 parent 957a1d6 commit b301aac
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions statime-linux/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ use statime::{
Port, PortAction, PortActionIterator, PortConfig, PtpInstance, SdoId, Time, TimePropertiesDS,
TimeSource, TimestampContext,
};
use statime_linux::clock::LinuxClock;
use statime_linux::network::{get_clock_id, LinuxNetworkPort, LinuxRuntime};
use statime_linux::{
clock::LinuxClock,
network::{get_clock_id, LinuxNetworkPort, LinuxRuntime},
};
use timestamped_socket::{interface::InterfaceDescriptor, raw_udp_socket::TimestampingMode};
use tokio::{
sync::{
mpsc::{Receiver, Sender},
Expand All @@ -22,8 +25,6 @@ use tokio::{
time::Sleep,
};

use timestamped_socket::{interface::InterfaceDescriptor, raw_udp_socket::TimestampingMode};

#[derive(Clone, Copy)]
struct SdoIdParser;

Expand Down

0 comments on commit b301aac

Please sign in to comment.