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 Jul 18, 2023
1 parent 4a0a5ab commit 7b951de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/executor/device.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ use smoltcp::wire::{EthernetAddress, HardwareAddress};
#[cfg(not(feature = "dhcpv4"))]
use smoltcp::wire::{IpAddress, IpCidr, Ipv4Address};

use super::network::{NetworkInterface, NetworkState};
use crate::arch;
#[cfg(not(feature = "pci"))]
use crate::arch::kernel::mmio as hardware;
#[cfg(feature = "pci")]
use crate::drivers::pci as hardware;
#[cfg(not(feature = "dhcpv4"))]
use crate::env;
use super::network::{NetworkInterface, NetworkState};

/// Data type to determine the mac address
#[derive(Debug, Copy, Clone)]
Expand Down

0 comments on commit 7b951de

Please sign in to comment.