Compare commits

...

2 Commits

Author SHA1 Message Date
Bryan A. Jones 9636f00e1d
Clean: More cargo fmt fun. (Running cargo fmt locally doesn't help.) 2024-09-27 08:55:58 -05:00
Bryan A. Jones 87c5233f42
Clean: another guess at making the formatter happy. 2024-09-27 08:47:42 -05:00
1 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
#[cfg(feature = "openssl")]
extern crate tls_openssl as openssl;
use actix_web::{web, App, HttpResponse, HttpServer};
use std::{sync::mpsc, thread, time::Duration};
use actix_web::{web, App, HttpResponse, HttpServer};
#[actix_rt::test]
async fn test_start() {
let addr = actix_test::unused_addr();