Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Sep 23, 2023
1 parent 37b8ebb commit 8c2142f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ota.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ impl EspFirmwareInfoLoader {
};
Ok(Newtype(app_desc).into())
} else {
Err(EspError::from_infallible::<ESP_ERR_INVALID_SIZE>().into())
Err(EspError::from_infallible::<ESP_ERR_INVALID_SIZE>())
}
}
}
Expand Down

0 comments on commit 8c2142f

Please sign in to comment.