1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-21 23:00:50 +03:00

Fix minor code style issues

This commit is contained in:
Quentin Gliech
2021-09-16 14:54:00 +02:00
parent a44e33931c
commit 721b67fe48
11 changed files with 48 additions and 24 deletions

View File

@@ -25,7 +25,8 @@ mod views;
use self::{health::filter as health, oauth2::filter as oauth2, views::filter as views};
#[must_use] pub fn root(
#[must_use]
pub fn root(
pool: &PgPool,
templates: &Templates,
config: &RootConfig,