Skip to content

Commit 7a382fd

Browse files
committed
fix formatting
1 parent f520acb commit 7a382fd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/sources/n2c.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,10 @@ impl Worker {
103103

104104
debug!(slot, %hash, "chain sync roll forward");
105105

106-
let evt =
107-
ChainEvent::Apply(point.clone(), Record::Cardano(cardano::Record::CborBlock(cbor.to_vec())));
106+
let evt = ChainEvent::Apply(
107+
point.clone(),
108+
Record::Cardano(cardano::Record::CborBlock(cbor.to_vec())),
109+
);
108110

109111
stage.output.send(evt.into()).await.or_panic()?;
110112

0 commit comments

Comments
 (0)