mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-23 11:45:25 +00:00
Fix use statement order per cargo fmt
This commit is contained in:
+1
-1
@@ -119,11 +119,11 @@ impl Future for ConnectFuture {
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
extern crate tokio;
|
||||
use self::tokio::executor::current_thread::CurrentThread;
|
||||
use endpoint::tests::client_endpoint;
|
||||
use futures::Future;
|
||||
use server::Server;
|
||||
use tls::tests::server_config;
|
||||
use self::tokio::executor::current_thread::CurrentThread;
|
||||
|
||||
#[test]
|
||||
fn test_client_connect_resolves() {
|
||||
|
||||
Reference in New Issue
Block a user