chore: fmt.sh

This commit is contained in:
Kamil Koczurek
2024-09-27 23:40:42 +02:00
parent 56bfd63173
commit e49fae6533
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -92,4 +92,4 @@ impl<I: Io> WriteOnly<I> {
pub fn writef(&mut self, flags: I::Value, value: bool) {
self.inner.writef(flags, value)
}
}
}
+1 -1
View File
@@ -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.
///