1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-07 17:03:01 +03:00

Fix formatting

This commit is contained in:
Quentin Gliech
2022-04-28 18:53:33 +02:00
parent ead7e4804a
commit bfb00e281d

View File

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