mirror of
https://github.com/actix/examples
synced 2025-06-26 09:17:41 +02:00
chore: fmt
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
use actix_web::{middleware, web, App, HttpRequest, HttpServer};
|
||||
use actix_web::{App, HttpRequest, HttpServer, middleware, web};
|
||||
|
||||
async fn index(_req: HttpRequest) -> &'static str {
|
||||
"Hello world!"
|
||||
|
Reference in New Issue
Block a user