Skip to content

Commit e2a07bb

Browse files
committed
chore: Apply Clippy lint format_in_format_args
1 parent 8314f0e commit e2a07bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackslib/src/chainstate/stacks/boot/pox_2_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ pub fn check_stacker_link_invariants(peer: &mut TestPeer, tip: &StacksBlockId, c
576576
assert_eq!(
577577
u128::try_from(checked_total).unwrap(),
578578
expected_total,
579-
"{}", format!("Invariant violated at cycle {}: total reward cycle amount does not equal sum of reward set", cycle_number)
579+
"Invariant violated at cycle {cycle_number}: total reward cycle amount does not equal sum of reward set"
580580
);
581581
}
582582

0 commit comments

Comments
 (0)