mirror of
https://github.com/telemt/telemt.git
synced 2026-06-20 02:00:09 +07:00
Rustfmt
This commit is contained in:
@@ -79,7 +79,10 @@ async fn io_error_terminates_cleanly() {
|
||||
}
|
||||
}
|
||||
|
||||
tokio::time::timeout(MASK_RELAY_TIMEOUT, consume_client_data(ErrReader, usize::MAX))
|
||||
.await
|
||||
.expect("consume_client_data did not return on I/O error");
|
||||
tokio::time::timeout(
|
||||
MASK_RELAY_TIMEOUT,
|
||||
consume_client_data(ErrReader, usize::MAX),
|
||||
)
|
||||
.await
|
||||
.expect("consume_client_data did not return on I/O error");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user