Skip to content

Commit 261bd77

Browse files
committed
lint
1 parent 595349d commit 261bd77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qos_net/src/proxy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ impl server::RequestProcessor for Proxy {
220220
dns_resolvers,
221221
dns_port,
222222
)
223-
},
223+
}
224224
ProxyMsg::ConnectByIpRequest { ip, port } => {
225225
println!("Proxy connecting to {ip}:{port}");
226226
self.connect_by_ip(ip, port)

0 commit comments

Comments
 (0)