From 2197ec44309237ae25041544532f553f12e304bd Mon Sep 17 00:00:00 2001 From: 0xripleys <0xripleys@solend.fi> Date: Sun, 21 Jul 2024 11:14:18 -0400 Subject: [PATCH] fmt --- token-lending/cli/src/main.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/token-lending/cli/src/main.rs b/token-lending/cli/src/main.rs index 95b5b9169f9..b202ea74138 100644 --- a/token-lending/cli/src/main.rs +++ b/token-lending/cli/src/main.rs @@ -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 {}",