Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pylls committed Apr 6, 2024
1 parent e267314 commit ea4eac4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/framework.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
//! // something scheduled but try to minimize actual padding sent).
//! }
//! Action::BlockOutgoing {
//! timeout: _,
//! timeout: _,
//! duration: _,
//! bypass: _,
//! replace: _,
Expand Down Expand Up @@ -1798,7 +1798,7 @@ mod tests {
}],
current_time,
);

current_time = current_time.add(Duration::from_micros(2));
_ = f.trigger_events(&[TriggerEvent::BlockingEnd], current_time);

Expand Down

0 comments on commit ea4eac4

Please sign in to comment.