mirror of
https://github.com/pcvolkmer/checkbar.git
synced 2025-04-19 19:16:50 +00:00
refactor: remove not required return
This commit is contained in:
parent
d0bc71c180
commit
2bad6f36a9
@ -23,7 +23,7 @@ pub struct Config {
|
|||||||
|
|
||||||
impl Config {
|
impl Config {
|
||||||
fn default_time_format() -> String {
|
fn default_time_format() -> String {
|
||||||
return "%R".to_string();
|
"%R".to_string()
|
||||||
}
|
}
|
||||||
|
|
||||||
fn get_config_file() -> String {
|
fn get_config_file() -> String {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user