Clean: another guess at making the formatter happy.

This commit is contained in:
Bryan A. Jones 2024-09-27 08:47:42 -05:00
parent f1de281574
commit 87c5233f42
Failed to extract signature
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#[cfg(feature = "openssl")] #[cfg(feature = "openssl")]
extern crate tls_openssl as openssl; extern crate tls_openssl as openssl;
use actix_web::{web, App, HttpResponse, HttpServer}; use actix_web::{web, App, HttpResponse, HttpServer};
use std::{sync::mpsc, thread, time::Duration}; use std::{sync::mpsc, thread, time::Duration};