Skip to content

Commit

Permalink
addressed linter remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
hmoog committed Nov 14, 2024
1 parent 34761e3 commit 73d18f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/iota-core/src/authority.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4205,7 +4205,7 @@ impl AuthorityState {
{
Ok(obj_ref) => results.push(obj_ref),
Err(e) => {
error!("Error comparing system packages: {?}", e);
error!("Error comparing system packages: {e}");
return vec![];
}
}
Expand Down

0 comments on commit 73d18f8

Please sign in to comment.