Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
smklein committed Dec 20, 2024
1 parent a0e5326 commit fae39ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/src/app/sled.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ impl super::Nexus {
}
return Ok(());
}
Err(err) if matches!(err, Error::ObjectNotFound { .. }) => {}
Err(Error::ObjectNotFound { .. }) => {}
Err(err) => return Err(err),
}

Expand Down

0 comments on commit fae39ee

Please sign in to comment.