1
0
mirror of https://github.com/pcvolkmer/checkbar.git synced 2025-04-19 11:06:50 +00:00

refactor: remove not required return

This commit is contained in:
Paul-Christian Volkmer 2024-01-05 03:48:30 +01:00
parent d0bc71c180
commit 2bad6f36a9

View File

@ -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 {