mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-26 12:17:19 +02:00
Run cargo clippy
This commit is contained in:
parent
d52699abe7
commit
bde9346caf
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ impl Config {
|
||||||
let s = Self::get_config(&c);
|
let s = Self::get_config(&c);
|
||||||
v.push(s);
|
v.push(s);
|
||||||
}
|
}
|
||||||
return v;
|
v
|
||||||
}
|
}
|
||||||
|
|
||||||
fn get_uda_style(config: &str) -> Option<Style> {
|
fn get_uda_style(config: &str) -> Option<Style> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue