chore: rust fmt
This commit is contained in:
parent
21366a0b1b
commit
670a2ee670
2 changed files with 34 additions and 32 deletions
|
@ -10,7 +10,9 @@ use actix_web::{
|
||||||
},
|
},
|
||||||
web, App, Error, HttpResponse, Responder,
|
web, App, Error, HttpResponse, Responder,
|
||||||
};
|
};
|
||||||
use actix_web_codegen_const_routes::{connect, delete, get, head, options, patch, post, put, route, trace};
|
use actix_web_codegen_const_routes::{
|
||||||
|
connect, delete, get, head, options, patch, post, put, route, trace,
|
||||||
|
};
|
||||||
use futures_core::future::LocalBoxFuture;
|
use futures_core::future::LocalBoxFuture;
|
||||||
|
|
||||||
// Make sure that we can name function as 'config'
|
// Make sure that we can name function as 'config'
|
||||||
|
|
Loading…
Reference in a new issue