Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit b7bc78d

Browse files
Andronik Ordianrphmeier
andauthored
Update node/service/src/lib.rs
Co-authored-by: Robert Habermeier <[email protected]>
1 parent 3f8c664 commit b7bc78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/service/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ impl IsCollator {
486486
/// Returns the active leaves the overseer should start with.
487487
#[cfg(feature = "full-node")]
488488
async fn active_leaves<RuntimeApi, Executor>(
489-
select_chain: & impl SelectChain<Block>,
489+
select_chain: &impl SelectChain<Block>,
490490
client: &FullClient<RuntimeApi, Executor>,
491491
) -> Result<Vec<BlockInfo>, Error>
492492
where

0 commit comments

Comments
 (0)