aboutsummaryrefslogtreecommitdiff
path: root/src/message/signalproxy/rpccall/client.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/message/signalproxy/rpccall/client.rs')
-rw-r--r--src/message/signalproxy/rpccall/client.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/message/signalproxy/rpccall/client.rs b/src/message/signalproxy/rpccall/client.rs
index 13653b9..bf35cb5 100644
--- a/src/message/signalproxy/rpccall/client.rs
+++ b/src/message/signalproxy/rpccall/client.rs
@@ -13,10 +13,7 @@ impl RpcCallType for KickClient {
const DIRECTION: Direction = Direction::ClientToServer;
fn to_network(&self) -> Result<Vec<crate::primitive::Variant>, crate::ProtocolError> {
- Ok(vec![
- Variant::ByteArray(Self::NAME.to_string()),
- self.id.into(),
- ])
+ Ok(vec![Variant::ByteArray(Self::NAME.to_string()), self.id.into()])
}
fn from_network(