mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
chore: fmt
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
use std::collections::HashMap;
|
||||
|
||||
use actix_web::{
|
||||
get, middleware::Logger, web, App, Error, HttpResponse, HttpServer, ResponseError,
|
||||
App, Error, HttpResponse, HttpServer, ResponseError, get, middleware::Logger, web,
|
||||
};
|
||||
use derive_more::Display;
|
||||
use yarte::{auto, ywrite_min};
|
||||
|
Reference in New Issue
Block a user