aboutsummaryrefslogtreecommitdiff
path: root/src/message/signalproxy/rpccall
diff options
context:
space:
mode:
authorMax Audron <me@audron.dev>2026-02-21 17:48:06 +0100
committerMax Audron <me@audron.dev>2026-02-21 17:48:06 +0100
commitcc542048e369dda0a773e1e3a4601dc7d20ff16a (patch)
treeee3a23a88c0cb39cf222b871932636a2c912dd92 /src/message/signalproxy/rpccall
parenthandshare and signalproxy/rpccall error handling (diff)
Syncable trait error handling
Diffstat (limited to 'src/message/signalproxy/rpccall')
-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(