Skip to content

Commit

Permalink
Nit
Browse files Browse the repository at this point in the history
  • Loading branch information
squadgazzz committed Jan 30, 2025
1 parent f9bdafd commit 5fc831e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/autopilot/src/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,9 @@ pub async fn run(args: Arguments) {
drivers
.iter()
.filter_map(|driver| {
(driver.accepts_unsettled_blocking).then_some(driver.submission_address)
driver
.accepts_unsettled_blocking
.then_some(driver.submission_address)
})
.collect::<HashSet<_, _>>(),
);
Expand Down

0 comments on commit 5fc831e

Please sign in to comment.