Skip to content

Commit 3b2e0d5

Browse files
committed
fmt
1 parent d271279 commit 3b2e0d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/agent/state/exporter.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,8 @@ where
694694
.comp
695695
.iter()
696696
.find(|c| {
697-
c.publisher == solana_pubkey::Pubkey::from(publish_keypair.pubkey().to_bytes())
697+
c.publisher
698+
== solana_pubkey::Pubkey::from(publish_keypair.pubkey().to_bytes())
698699
})
699700
.map(|c| c.latest.pub_slot.max(account.agg.pub_slot))
700701
})

0 commit comments

Comments
 (0)