mirror of https://github.com/fafhrd91/actix-web
Clean: More cargo fmt fun. (Running cargo fmt locally doesn't help.)
This commit is contained in:
parent
87c5233f42
commit
9636f00e1d
|
@ -1,9 +1,9 @@
|
||||||
#[cfg(feature = "openssl")]
|
#[cfg(feature = "openssl")]
|
||||||
extern crate tls_openssl as openssl;
|
extern crate tls_openssl as openssl;
|
||||||
|
|
||||||
|
use std::{sync::mpsc, thread, time::Duration};
|
||||||
|
|
||||||
use actix_web::{web, App, HttpResponse, HttpServer};
|
use actix_web::{web, App, HttpResponse, HttpServer};
|
||||||
use std::{sync::mpsc, thread, time::Duration};
|
|
||||||
|
|
||||||
#[actix_rt::test]
|
#[actix_rt::test]
|
||||||
async fn test_start() {
|
async fn test_start() {
|
||||||
|
|
Loading…
Reference in New Issue