Remove unnecessary mut reference in handle_justification (#9968)

This commit is contained in:
Wei Tang
2021-10-08 04:44:24 +02:00
committed by GitHub
parent b564f4f031
commit a5926462c1
@@ -74,7 +74,7 @@ impl ImportResult {
&self,
hash: &B::Hash,
number: NumberFor<B>,
justification_sync_link: &mut dyn JustificationSyncLink<B>,
justification_sync_link: &dyn JustificationSyncLink<B>,
) where
B: BlockT,
{