mirror of https://github.com/fafhrd91/actix-web
Clean: another guess at making the formatter happy.
This commit is contained in:
parent
f1de281574
commit
87c5233f42
|
@ -1,6 +1,7 @@
|
|||
#[cfg(feature = "openssl")]
|
||||
extern crate tls_openssl as openssl;
|
||||
|
||||
|
||||
use actix_web::{web, App, HttpResponse, HttpServer};
|
||||
use std::{sync::mpsc, thread, time::Duration};
|
||||
|
||||
|
|
Loading…
Reference in New Issue