Skip to content

Commit adcc967

Browse files
committed
Fix cargo fmt issue
1 parent 837395e commit adcc967

File tree

1 file changed

+3
-1
lines changed
  • zebra-state/src/service/non_finalized_state

1 file changed

+3
-1
lines changed

zebra-state/src/service/non_finalized_state/chain.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -2076,7 +2076,9 @@ where
20762076
}
20772077
}
20782078

2079-
impl<Flavor: orchard::ShieldedDataFlavor> UpdateWith<Option<orchard::ShieldedData<Flavor>>> for Chain {
2079+
impl<Flavor: orchard::ShieldedDataFlavor> UpdateWith<Option<orchard::ShieldedData<Flavor>>>
2080+
for Chain
2081+
{
20802082
#[instrument(skip(self, orchard_shielded_data))]
20812083
fn update_chain_tip_with(
20822084
&mut self,

0 commit comments

Comments
 (0)