Run cargo clippy

This commit is contained in:
Dheepak Krishnamurthy 2021-03-18 07:26:55 -06:00
parent d52699abe7
commit bde9346caf

View file

@ -92,7 +92,7 @@ impl Config {
let s = Self::get_config(&c);
v.push(s);
}
return v;
v
}
fn get_uda_style(config: &str) -> Option<Style> {