Skip to content

Commit

Permalink
clipppyyyyy
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Aug 23, 2024
1 parent 0a48496 commit 9967a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drv/cosmo-hf/src/hf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ impl ServerImpl {
if addr < SECTOR_SIZE_BYTES
&& !matches!(protect, HfProtectMode::AllowModificationsToSector0)
{
Err(HfError::Sector0IsReserved.into())
Err(HfError::Sector0IsReserved)
} else {
Ok(())
}
Expand Down

0 comments on commit 9967a30

Please sign in to comment.