Skip to content

Commit d271279

Browse files
committed
fmt
1 parent 8c8a20c commit d271279

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/agent/state/exporter.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,9 @@ where
693693
account
694694
.comp
695695
.iter()
696-
.find(|c| c.publisher == solana_pubkey::Pubkey::from(publish_keypair.pubkey().to_bytes()))
696+
.find(|c| {
697+
c.publisher == solana_pubkey::Pubkey::from(publish_keypair.pubkey().to_bytes())
698+
})
697699
.map(|c| c.latest.pub_slot.max(account.agg.pub_slot))
698700
})
699701
.min();

0 commit comments

Comments
 (0)