Skip to content

Commit

Permalink
Minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
squadgazzz committed Nov 29, 2024
1 parent 9d6aeba commit 84592a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/driver/src/domain/competition/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use {
Mempools,
},
crate::{
domain::{competition::solution::Settlement, eth},
domain::{competition::solution::Settlement, eth, time::DeadlineExceeded},
infra::{
self,
blockchain::Ethereum,
Expand Down Expand Up @@ -40,8 +40,6 @@ pub use {
solution::Solution,
};

use crate::domain::time::DeadlineExceeded;

/// An ongoing competition. There is one competition going on per solver at any
/// time. The competition stores settlements to solutions generated by the
/// driver, and allows them to be executed onchain when requested later. The
Expand Down

0 comments on commit 84592a4

Please sign in to comment.