Fix cargo fmt change from rust 1.32.0 update

This commit is contained in:
Thom Chiovoloni 2019-01-17 16:37:52 -08:00 коммит произвёл Thom
Родитель d3a48f93b8
Коммит c0afe508b3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)?;