Skip to content

Commit 68b74db

Browse files
committed
Reformat with rustfmt
1 parent 6a2d341 commit 68b74db

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

crates/cli/src/commands/doctor.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,10 @@ Error details: {e}
291291
Ok(response) => {
292292
let status = response.status();
293293
// We intentionally omit the required 'localpart' parameter in this request.
294-
// If authentication is successful, Synapse returns a 400 Bad Request because of the missing parameter.
295-
// If authentication fails, Synapse will return a 403 Forbidden.
296-
// If the MAS integration isn't enabled, Synapse will return a 404 Not found.
294+
// If authentication is successful, Synapse returns a 400 Bad Request because of
295+
// the missing parameter. If authentication fails, Synapse
296+
// will return a 403 Forbidden. If the MAS integration isn't
297+
// enabled, Synapse will return a 404 Not found.
297298
if status == StatusCode::BAD_REQUEST {
298299
info!(
299300
r#"✅ The Synapse admin API is reachable with authentication at "{mas_api}"."#

0 commit comments

Comments
 (0)