diff --git a/crates/cli/src/commands/doctor.rs b/crates/cli/src/commands/doctor.rs index 0e24d4d92..1542b70b4 100644 --- a/crates/cli/src/commands/doctor.rs +++ b/crates/cli/src/commands/doctor.rs @@ -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}"."#