From 87c5233f42fd62a87be6316dfd5423cb6d563b90 Mon Sep 17 00:00:00 2001 From: "Bryan A. Jones" Date: Fri, 27 Sep 2024 08:47:42 -0500 Subject: [PATCH] Clean: another guess at making the formatter happy. --- actix-web/tests/test_httpserver.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/actix-web/tests/test_httpserver.rs b/actix-web/tests/test_httpserver.rs index 7de9b6d52..48b3a54d1 100644 --- a/actix-web/tests/test_httpserver.rs +++ b/actix-web/tests/test_httpserver.rs @@ -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};