chore: fmt.sh
This commit is contained in:
+1
-1
@@ -92,4 +92,4 @@ impl<I: Io> WriteOnly<I> {
|
||||
pub fn writef(&mut self, flags: I::Value, value: bool) {
|
||||
self.inner.writef(flags, value)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,8 +2,8 @@ use std::fmt;
|
||||
|
||||
use crate::driver_interface::PciBar;
|
||||
|
||||
use serde::{Deserialize, Serialize};
|
||||
use common::io::{Io, Mmio};
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
/// The address and data to use for MSI and MSI-X.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user