Fix formatting

This commit is contained in:
Quentin Gliech
2022-04-28 18:53:33 +02:00
parent 17238b8e97
commit c8a217d308

View File

@@ -27,7 +27,7 @@ use oauth2_types::{requests::ResponseMode, scope::Scope};
use sqlx::{PgConnection, PgExecutor};
use url::Url;
use super::client::{lookup_client};
use super::client::lookup_client;
use crate::{DatabaseInconsistencyError, IdAndCreationTime, PostgresqlBackend};
#[allow(clippy::too_many_arguments)]