Skip to content

Commit 8db2f5a

Browse files
committed
fix clippy
1 parent bd20b1b commit 8db2f5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Anchor.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ cluster = "mainnet"
1010
wallet = "~/.config/solana/id.json"
1111

1212
[programs.mainnet]
13-
spl_token_lending = "So1endDq2YkqhipRh3WViPa8hdiSpxWy6z3Z6tMCpAo"
13+
spl_token_lending = "So1endDq2YkqhipRh3WViPa8hdiSpxWy6z3Z6tMCpAo"

token-lending/cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1320,7 +1320,7 @@ fn command_update_reserve(
13201320
reserve.liquidity.switchboard_oracle_pubkey = switchboard_feed_pubkey.unwrap();
13211321
}
13221322
if no_change {
1323-
println!("No changes made for reserve {}", reserve_pubkey.to_string());
1323+
println!("No changes made for reserve {}", reserve_pubkey);
13241324
return Ok(());
13251325
}
13261326

0 commit comments

Comments
 (0)