1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-06 04:25:00 +00:00

Whitespace fixes

This commit is contained in:
theycallmesteve 2020-05-07 18:02:37 -04:00
parent 6c5e35ce5c
commit 632f4d5453
No known key found for this signature in database
GPG key ID: 6240923F65CC698D
5 changed files with 5 additions and 10 deletions

View file

@ -135,7 +135,6 @@ macro_rules! make_config {
(inner._env.build(), inner.config.clone())
};
fn _get_form_type(rust_type: &str) -> &'static str {
match rust_type {
"Pass" => "password",