Skip to content

Commit

Permalink
Fixes format string
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksprumo committed Jan 5, 2023
1 parent 4dd10fe commit 22cf281
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions runtime/src/rent_collector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,7 @@ mod tests {
let result = rent_collector.calculate_rent_result(&Pubkey::default(), &account, None);
assert!(
matches!(result, RentResult::Exempt),
"{:?}, set_exempt_rent_epoch_max: {}",
result,
set_exempt_rent_epoch_max,
"{result:?}, set_exempt_rent_epoch_max: {set_exempt_rent_epoch_max}",
);
{
let mut account_clone = account.clone();
Expand Down

0 comments on commit 22cf281

Please sign in to comment.