You've already forked authentication-service
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:
@@ -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)]
|
||||||
|
Reference in New Issue
Block a user