mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-01-06 19:29:39 +01:00
cargo fmt
This commit is contained in:
@@ -95,11 +95,7 @@ pub trait AuthenticatorDelegate: Clone + Send + Sync {
|
||||
/// Called if we could not acquire a refresh token for a reason possibly specified
|
||||
/// by the server.
|
||||
/// This call is made for the delegate's information only.
|
||||
fn token_refresh_failed<S: AsRef<str>>(
|
||||
&self,
|
||||
error: S,
|
||||
error_description: &Option<String>,
|
||||
) {
|
||||
fn token_refresh_failed<S: AsRef<str>>(&self, error: S, error_description: &Option<String>) {
|
||||
{
|
||||
let _ = error;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user