diff --git a/components/fxa-client/src/lib.rs b/components/fxa-client/src/lib.rs index 19b0d3cb2..c6583fe59 100644 --- a/components/fxa-client/src/lib.rs +++ b/components/fxa-client/src/lib.rs @@ -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)?;