fix: codebase formatting

This commit is contained in:
Suyog Tandel
2026-07-09 20:34:13 +05:30
parent c272e148da
commit 2707ff6602
+1 -2
View File
@@ -105,8 +105,7 @@ pub fn read_device_details() -> Result<FullDeviceStatus, PFError> {
}
(None, Some(rescue)) => {
log::info!("Using Rescue-only device details");
let ft = rescue_fw_type
.filter(|_| rescue.firmware_type == FirmwareType::Unknown);
let ft = rescue_fw_type.filter(|_| rescue.firmware_type == FirmwareType::Unknown);
Ok(FullDeviceStatus {
firmware_type: ft.unwrap_or(rescue.firmware_type),
..rescue