Skip to content

Commit

Permalink
clipppyyyyy
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Aug 21, 2024
1 parent 9147e5e commit e3dcb40
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 e3dcb40

Please sign in to comment.