chore: cargo fmt

This commit is contained in:
TheOddGarlic 2022-08-01 13:50:07 +03:00
parent f801eea0aa
commit 983550ae54
4 changed files with 7 additions and 8 deletions

View file

@ -196,7 +196,6 @@ unsafe fn pci_config_write(bus: u8, device: u8, func: u8, offset: u8, value: u32
// write data
Port::<u32>::new(0xCFC).write(value);
}
fn get_header_type(bus: u8, device: u8, function: u8) -> u8 {