Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
0xripleys committed Jul 21, 2024
1 parent 3acf057 commit 2197ec4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion token-lending/cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2212,7 +2212,9 @@ fn command_update_reserve(
}

let mut new_pyth_product_pubkey = solend_sdk::NULL_PUBKEY;
if pyth_price_pubkey.is_some() && reserve.liquidity.pyth_oracle_pubkey != pyth_price_pubkey.unwrap() {
if pyth_price_pubkey.is_some()
&& reserve.liquidity.pyth_oracle_pubkey != pyth_price_pubkey.unwrap()
{
no_change = false;
println!(
"Updating pyth oracle pubkey from {} to {}",
Expand Down

0 comments on commit 2197ec4

Please sign in to comment.