Reformat with rustfmt

This commit is contained in:
Quentin Gliech
2025-08-18 13:46:25 +02:00
parent 6a2d341657
commit 68b74db230
+4 -3
View File
@@ -291,9 +291,10 @@ Error details: {e}
Ok(response) => {
let status = response.status();
// We intentionally omit the required 'localpart' parameter in this request.
// If authentication is successful, Synapse returns a 400 Bad Request because of the missing parameter.
// If authentication fails, Synapse will return a 403 Forbidden.
// If the MAS integration isn't enabled, Synapse will return a 404 Not found.
// If authentication is successful, Synapse returns a 400 Bad Request because of
// the missing parameter. If authentication fails, Synapse
// will return a 403 Forbidden. If the MAS integration isn't
// enabled, Synapse will return a 404 Not found.
if status == StatusCode::BAD_REQUEST {
info!(
r#"✅ The Synapse admin API is reachable with authentication at "{mas_api}"."#