Skip to content

Commit 19f0c1a

Browse files
JohennesHywan
andauthored
Insert more breathing space
Co-authored-by: Ivan Enderlin <ivan@mnt.io> Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
1 parent 3522115 commit 19f0c1a

File tree

1 file changed

+1
-0
lines changed
  • crates/matrix-sdk/src/send_queue

1 file changed

+1
-0
lines changed

crates/matrix-sdk/src/send_queue/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -798,6 +798,7 @@ impl RoomSendQueue {
798798
if let Some(watcher) = progress_watcher {
799799
req = req.with_send_progress_observable(watcher);
800800
};
801+
801802
let res = req.await?;
802803
MediaSource::Plain(res.content_uri)
803804
};

0 commit comments

Comments
 (0)