From b322ef1b2b4700ce627e82cd1adf96b78647153c Mon Sep 17 00:00:00 2001 From: Nope X Date: Tue, 13 Sep 2022 12:18:55 -0700 Subject: [PATCH] fix clippy --- token-lending/cli/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/token-lending/cli/src/main.rs b/token-lending/cli/src/main.rs index 77e9aff44c1..07ae02db3c0 100644 --- a/token-lending/cli/src/main.rs +++ b/token-lending/cli/src/main.rs @@ -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(()); }