Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
xanathar committed Oct 11, 2024
1 parent 8e01142 commit 0d0de96
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/enumerators/freebsd/pcidev.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ use std::{ffi::CStr, fs::File, io, os::fd::AsRawFd};

use crate::{
pci_device::PciDeviceProperties, pci_property_result::PropertyResult, PciDevice,
PciDeviceEnumerationError, PciDeviceEnumerationErrorImpact, PciInfo,
PciInfoError, PciLocation,
PciDeviceEnumerationError, PciDeviceEnumerationErrorImpact, PciInfo, PciInfoError, PciLocation,
};

// The ioctl must be restarted multiple times in case it returns
Expand Down

0 comments on commit 0d0de96

Please sign in to comment.