1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-28 11:02:02 +03:00

Appease cargo fmt

This commit is contained in:
Quentin Gliech
2022-05-13 13:11:11 +02:00
parent 660b2d5232
commit 01cdb9a02a

View File

@ -32,4 +32,3 @@ impl IntoResponse for MatrixError {
(self.status, Json(self)).into_response()
}
}