Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
nope-finance committed Sep 13, 2022
1 parent bd20b1b commit b322ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion token-lending/cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,7 @@ fn command_update_reserve(
reserve.liquidity.switchboard_oracle_pubkey = switchboard_feed_pubkey.unwrap();
}
if no_change {
println!("No changes made for reserve {}", reserve_pubkey.to_string());
println!("No changes made for reserve {}", reserve_pubkey);
return Ok(());
}

Expand Down

0 comments on commit b322ef1

Please sign in to comment.