aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorNathan Jaremko2018-03-21 23:19:20 -0400
committerNathan Jaremko2018-03-21 23:19:20 -0400
commiteb11c15038c358fc8c0794148d3b99d255c33206 (patch)
treefd9b4774efd6fdd7171f8cfac1a184d21439732e /src/main.rs
parent36ec8131c0e71bad454aeb5e66c63f04cfb93e2c (diff)
downloadpodcast-eb11c15038c358fc8c0794148d3b99d255c33206.tar.bz2
Improve code
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index e7f4e75..599ec72 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -161,7 +161,7 @@ fn main() {
let rm_matches = matches.subcommand_matches("rm").unwrap();
match rm_matches.value_of("PODCAST") {
Some(regex) => remove_podcast(&mut state, regex),
- None => println!(""),
+ None => println!(),
}
}
Some("completion") => {