Actualiza formato del código aplicando cargo fmt
This commit is contained in:
parent
31daf11faa
commit
592cd9ccda
42 changed files with 210 additions and 167 deletions
|
|
@ -1,6 +1,8 @@
|
|||
pub use actix_web::{http, web, App, HttpMessage, HttpRequest, HttpResponse, HttpServer, Responder};
|
||||
pub use actix_web::{
|
||||
http, web, App, HttpMessage, HttpRequest, HttpResponse, HttpServer, Responder,
|
||||
};
|
||||
pub use actix_web_files::Files as ActixFiles;
|
||||
pub use actix_web_static_files::ResourceFiles;
|
||||
pub use actix_files::Files as ActixFiles;
|
||||
|
||||
mod banner;
|
||||
|
||||
|
|
@ -16,4 +18,4 @@ pub use definition::AppTrait;
|
|||
|
||||
pub mod application;
|
||||
|
||||
pub mod fatal_error;
|
||||
pub mod fatal_error;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue