aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd/stream.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/stream.rs')
-rw-r--r--src/cmd/stream.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cmd/stream.rs b/src/cmd/stream.rs
index 0b60925..9a0f149 100644
--- a/src/cmd/stream.rs
+++ b/src/cmd/stream.rs
@@ -22,7 +22,8 @@ impl crate::config::Config for Config {
fn run(
&self,
- ) -> Box<dyn futures::future::Future<Item = (), Error = Error> + Send> {
+ ) -> Box<dyn futures::future::Future<Item = (), Error = Error> + Send>
+ {
let auth = match self.client.auth {
crate::protocol::AuthType::Plain => {
let username = self