mirror of
https://github.com/aljazceru/pubky-core.git
synced 2026-01-04 14:54:29 +01:00
style: fix indentation in inner_send_auth_token
This commit is contained in:
@@ -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?;
|
||||
|
||||
Reference in New Issue
Block a user