aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd/watch.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/watch.rs')
-rw-r--r--src/cmd/watch.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cmd/watch.rs b/src/cmd/watch.rs
index f73457e..011629d 100644
--- a/src/cmd/watch.rs
+++ b/src/cmd/watch.rs
@@ -17,7 +17,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