Skip to content

Commit

Permalink
Pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Aug 26, 2024
1 parent 033074f commit 81a3e68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commons/zenoh-sync/src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -426,12 +426,13 @@ mod tests {

#[test]
fn event_deadline() {
use crate::WaitDeadlineError;
use std::{
sync::{Arc, Barrier},
time::{Duration, Instant},
};

use crate::WaitDeadlineError;

let barrier = Arc::new(Barrier::new(2));
let (notifier, waiter) = super::new();
let tslot = Duration::from_secs(1);
Expand Down

0 comments on commit 81a3e68

Please sign in to comment.