diff --git a/pubky/src/shared/auth.rs b/pubky/src/shared/auth.rs index 8754b5a..5c37f48 100644 --- a/pubky/src/shared/auth.rs +++ b/pubky/src/shared/auth.rs @@ -143,7 +143,8 @@ impl PubkyClient { path_segments.push(&channel_id); drop(path_segments); - let response = self.request(Method::POST, callback) + let response = self + .request(Method::POST, callback) .body(encrypted_token) .send() .await?;