style: fix indentation in inner_send_auth_token

This commit is contained in:
coreyphillips
2024-12-11 16:09:34 -05:00
parent bfc18502ce
commit 980bee2041

View File

@@ -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?;