diff options
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 | 
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") => { | 
