Skip to content

Commit 46d8d26

Browse files
zecakehjplatte
authored andcommitted
sdk: Fix a typo
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
1 parent e23be44 commit 46d8d26

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

crates/matrix-sdk/src/client/builder.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,10 @@ impl ClientBuilder {
408408
if let Some(proxy) = well_known.sliding_sync_proxy.map(|p| p.url) {
409409
sliding_sync_proxy = Url::parse(&proxy).ok();
410410
}
411-
debug!(homserver_url = well_known.homeserver.base_url, "Discovered the homeserver");
411+
debug!(
412+
homeserver_url = well_known.homeserver.base_url,
413+
"Discovered the homeserver"
414+
);
412415

413416
well_known.homeserver.base_url
414417
}

0 commit comments

Comments
 (0)