mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
chore: fmt
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
|
||||
use std::{sync::mpsc, thread, time};
|
||||
|
||||
use actix_web::{dev::ServerHandle, middleware, rt, web, App, HttpRequest, HttpServer};
|
||||
use actix_web::{App, HttpRequest, HttpServer, dev::ServerHandle, middleware, rt, web};
|
||||
|
||||
async fn index(req: HttpRequest) -> &'static str {
|
||||
log::info!("REQ: {req:?}");
|
||||
|
Reference in New Issue
Block a user