mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-06-11 05:23:53 +00:00
Start using rustfmt and some style changes to make some lines shorter
This commit is contained in:
parent
72ed05c4a4
commit
30e768613b
26 changed files with 1172 additions and 898 deletions
|
@ -8,7 +8,6 @@ pub fn routes() -> Vec<Route> {
|
|||
let mut mod_routes = routes![
|
||||
clear_device_token,
|
||||
put_device_token,
|
||||
|
||||
get_eq_domains,
|
||||
post_eq_domains,
|
||||
put_eq_domains,
|
||||
|
@ -25,9 +24,9 @@ pub fn routes() -> Vec<Route> {
|
|||
routes
|
||||
}
|
||||
|
||||
///
|
||||
/// Move this somewhere else
|
||||
///
|
||||
//
|
||||
// Move this somewhere else
|
||||
//
|
||||
use rocket::Route;
|
||||
|
||||
use rocket_contrib::json::Json;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue