Skip to content

Commit e76385b

Browse files
committed
fix clippy
1 parent ca4044b commit e76385b

File tree

1 file changed

+1
-1
lines changed
  • rust/rbac-registration/src/registration/cardano

1 file changed

+1
-1
lines changed

rust/rbac-registration/src/registration/cardano/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ mod test {
792792

793793
let report = registration.report().to_owned();
794794
assert!(chain.update_stateless(&registration).is_none());
795-
assert!(report.is_problematic(), "{:?}", report);
795+
assert!(report.is_problematic(), "{report:?}");
796796

797797
// Add the second registration.
798798
let data = test::block_6();

0 commit comments

Comments
 (0)