mirror of
https://github.com/actix/examples
synced 2025-06-29 02:10:36 +02:00
chore: fmt
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
use actix_web::{middleware, web, App, Error, HttpRequest, HttpResponse, HttpServer};
|
||||
use actix_web::{App, Error, HttpRequest, HttpResponse, HttpServer, middleware, web};
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize)]
|
||||
|
Reference in New Issue
Block a user