Fix cargo fmt change from rust 1.32.0 update
This commit is contained in:
Родитель
d3a48f93b8
Коммит
c0afe508b3
|
@ -329,7 +329,7 @@ impl FirefoxAccount {
|
|||
return Err(ErrorKind::IllegalState(
|
||||
"Got a JWE with have no JWK.".to_string(),
|
||||
)
|
||||
.into())
|
||||
.into());
|
||||
}
|
||||
};
|
||||
let decrypted_keys = scoped_keys_flow.decrypt_keys_jwe(jwe)?;
|
||||
|
|
Загрузка…
Ссылка в новой задаче