mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-16 01:01:08 +00:00
Format the changes from merge to master
This commit is contained in:
parent
8756c5c255
commit
305de2e2cd
4 changed files with 15 additions and 20 deletions
|
@ -12,7 +12,11 @@ use regex::Regex;
|
|||
use reqwest::{blocking::Client, blocking::Response, header, Url};
|
||||
use rocket::{http::ContentType, http::Cookie, response::Content, Route};
|
||||
|
||||
use crate::{error::Error, util::{Cached, get_reqwest_client_builder}, CONFIG};
|
||||
use crate::{
|
||||
error::Error,
|
||||
util::{get_reqwest_client_builder, Cached},
|
||||
CONFIG,
|
||||
};
|
||||
|
||||
pub fn routes() -> Vec<Route> {
|
||||
routes![icon]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue