Skip to content

Commit 3522115

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

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -782,9 +782,11 @@ impl RoomSendQueue {
782782
let mut req = client
783783
.upload_encrypted_file(&mut cursor)
784784
.with_request_config(RequestConfig::short_retry());
785+
785786
if let Some(watcher) = progress_watcher {
786787
req = req.with_send_progress_observable(watcher);
787788
};
789+
788790
let encrypted_file = req.await?;
789791
MediaSource::Encrypted(Box::new(encrypted_file))
790792
} else {

0 commit comments

Comments
 (0)