Skip to content

Commit

Permalink
Do not switch from Option<JoinHandle> to JoinHandle
Browse files Browse the repository at this point in the history
  • Loading branch information
acerone85 committed Oct 2, 2024
1 parent dea2912 commit 9b0bd73
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bin/fuel-core/src/cli/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -544,9 +544,6 @@ pub async fn get_service_with_shutdown_listeners(
relayer_migration_handle,
gas_price_migration_handle,
]
.into_iter()
.flatten()
.collect()
};

Ok((
Expand Down

0 comments on commit 9b0bd73

Please sign in to comment.