aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd/play.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/play.rs')
-rw-r--r--src/cmd/play.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cmd/play.rs b/src/cmd/play.rs
index 2f2f4ba..3dda60c 100644
--- a/src/cmd/play.rs
+++ b/src/cmd/play.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>
+ {
Box::new(PlaySession::new(&self.ttyrec.filename))
}
}