Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
m-lord-renkse committed Oct 25, 2024
1 parent 09f5b75 commit 17886e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/autopilot/src/run_loop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ impl RunLoop {

// Filter out solutions that don't come from their corresponding submission
// address
let solutions = solutions
let mut solutions = solutions
.into_iter()
.filter(|participant| {
let submission_address = participant.driver().submission_address;
Expand Down

0 comments on commit 17886e0

Please sign in to comment.