Skip to content

Commit

Permalink
style: delete extra lines
Browse files Browse the repository at this point in the history
  • Loading branch information
justRkive committed Dec 3, 2024
1 parent 9801619 commit 1e9430e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/async_resolver/server_entry.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
use std::sync::Arc;

use crate::async_resolver::server_info::ServerInfo;

use super::resolver_error::ResolverError;

/// Struct that holds the state of a single server for a request.
Expand Down Expand Up @@ -55,7 +53,6 @@ mod server_entry_tests {
use std::net::{IpAddr, Ipv4Addr};
use tokio::time::Duration;
use crate::client::{client_connection::ClientConnection, tcp_connection::ClientTCPConnection, udp_connection::ClientUDPConnection};

use super::*;

#[test]
Expand Down

0 comments on commit 1e9430e

Please sign in to comment.