Skip to content

Commit

Permalink
Remove unnecessary clone
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadkaouk committed Sep 13, 2023
1 parent 99104e7 commit e367d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ where
)
} else {
let parachain_block_import =
ParachainBlockImport::new(frontier_block_import.clone(), backend.clone());
ParachainBlockImport::new(frontier_block_import, backend.clone());
(
nimbus_consensus::import_queue(
client.clone(),
Expand Down

0 comments on commit e367d5f

Please sign in to comment.