style(presence): reformat with cargo fmt

This commit is contained in:
Jakub Kubík 2022-11-19 22:03:11 +01:00
parent 8efcec6283
commit 5bdc031263
No known key found for this signature in database
GPG key ID: D3A0D5D60F3A173F

View file

@ -24,7 +24,8 @@ use ruma::{
federation::{
self,
transactions::edu::{
DeviceListUpdateContent, Edu, ReceiptContent, ReceiptData, ReceiptMap, PresenceUpdate, PresenceContent,
DeviceListUpdateContent, Edu, PresenceContent, PresenceUpdate, ReceiptContent,
ReceiptData, ReceiptMap,
},
},
OutgoingRequest,
@ -304,7 +305,7 @@ impl Service {
};
events.push(
serde_json::to_vec(&Edu::Presence(presence_content))
serde_json::to_vec(&Edu::Presence(presence_content))
.expect("presence json can be serialized"),
);