Skip to content

Commit bb91c4f

Browse files
committed
fmt
Signed-off-by: Miroslav Zoricak <1315417+mirosval@users.noreply.github.com>
1 parent 81fdafc commit bb91c4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mocktail/src/server.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! Mock server
22
use std::{
33
net::{IpAddr, Ipv4Addr, SocketAddr, TcpStream},
4-
sync::{Arc, RwLock, OnceLock, RwLockReadGuard, RwLockWriteGuard},
4+
sync::{Arc, OnceLock, RwLock, RwLockReadGuard, RwLockWriteGuard},
55
time::Duration,
66
};
77

@@ -11,8 +11,8 @@ use hyper_util::{
1111
rt::{TokioExecutor, TokioIo},
1212
server::conn,
1313
};
14-
use rand::{Rng, SeedableRng};
1514
use rand::rngs::SmallRng;
15+
use rand::{Rng, SeedableRng};
1616
use tokio::net::TcpListener;
1717
use tracing::{debug, error, info};
1818
use url::Url;

0 commit comments

Comments
 (0)