Skip to content

Commit

Permalink
fucking cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-Hartwig committed Mar 22, 2024
1 parent 3b46be7 commit 22bae15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drv/transceivers-server/src/main.rs
Expand Up @@ -25,7 +25,7 @@ use task_thermal_api::{Thermal, ThermalError, ThermalProperties};
use transceiver_messages::{
message::LedState, mgmt::ManagementInterface, MAX_PACKET_SIZE,
};
use userlib::{FromPrimitive, sys_get_timer, task_slot, units::Celsius};
use userlib::{sys_get_timer, task_slot, units::Celsius, FromPrimitive};
use zerocopy::{AsBytes, FromBytes};

mod udp; // UDP API is implemented in a separate file
Expand Down

0 comments on commit 22bae15

Please sign in to comment.