ran rustfmt

This commit is contained in:
Nicholas Orlowsky 2025-03-18 21:42:10 -04:00
parent e0b5bab35a
commit fde9f2f408
8 changed files with 30 additions and 47 deletions

View file

@ -220,7 +220,7 @@ func! {
/// Get service 1 PID support for $21 to $40
fn get_service_1_pid_support_2(0x01, 0x20) -> u32;
// Get the fuel level (out of 255)
// Get the fuel level (out of 255)
fn get_fuel_level(0x01, 0x2F) -> u8;
}