Skip to content

Commit

Permalink
minor changes to pass the format check
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Aug 7, 2023
1 parent 34c6a01 commit 47bc146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/executor/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ use smoltcp::time::{Duration, Instant};
#[cfg(feature = "dhcpv4")]
use smoltcp::wire::{IpCidr, Ipv4Address, Ipv4Cidr};

use crate::arch::core_local::*;
use crate::arch;
use crate::arch::core_local::*;
#[cfg(not(feature = "pci"))]
use crate::drivers::mmio::get_network_driver;
use crate::drivers::net::NetworkDriver;
Expand Down

0 comments on commit 47bc146

Please sign in to comment.