diff --git a/src/config.rs b/src/config.rs index e62805f..1f731ce 100644 --- a/src/config.rs +++ b/src/config.rs @@ -23,7 +23,7 @@ pub struct Config { impl Config { fn default_time_format() -> String { - return "%R".to_string(); + "%R".to_string() } fn get_config_file() -> String {