Run cargo fmt

This commit is contained in:
Kitaiti Makoto
2021-01-16 01:13:45 +09:00
parent 3fd89e6b48
commit 26ffde726f
9 changed files with 55 additions and 32 deletions
+1 -3
View File
@@ -210,9 +210,7 @@ pub fn password_reset(
.map_err(|err| password_reset_error_response(err, &rockets))?;
Ok(Flash::success(
Redirect::to(uri!(
new: m = _
)),
Redirect::to(uri!(new: m = _)),
i18n!(
rockets.intl.catalog,
"Your password was successfully reset."