Skip to content

Commit d6b04e0

Browse files
committed
formatted
1 parent fce2f10 commit d6b04e0

File tree

1 file changed

+2
-3
lines changed
  • target_chains/stylus/contracts/pyth-receiver/src

1 file changed

+2
-3
lines changed

target_chains/stylus/contracts/pyth-receiver/src/lib.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -444,9 +444,8 @@ impl PythReceiver {
444444
return Err(PythReceiverError::PriceFeedNotFoundWithinRange);
445445
}
446446

447-
let price_id_fb =
448-
FixedBytes::<32>::from(price_feed_message.feed_id);
449-
447+
let price_id_fb = FixedBytes::<32>::from(price_feed_message.feed_id);
448+
450449
if check_uniqueness {
451450
let prev_price_info = self.latest_price_info.get(price_id_fb);
452451
let prev_publish_time =

0 commit comments

Comments
 (0)