mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-27 15:07:02 +02:00
refactor(clippy): apply various lint fixes
This commit is contained in:
@@ -131,7 +131,7 @@ impl ApplicationConfigurationGenerator {
|
||||
String::from("; Generated by komorebic.exe"),
|
||||
String::from("; To use this file, add the line below to the top of your komorebi.ahk configuration file"),
|
||||
String::from("; #Include %A_ScriptDir%\\komorebi.generated.ahk"),
|
||||
String::from("")
|
||||
String::new()
|
||||
];
|
||||
|
||||
let mut float_rules = vec![];
|
||||
@@ -168,7 +168,7 @@ impl ApplicationConfigurationGenerator {
|
||||
}
|
||||
}
|
||||
|
||||
lines.push(String::from(""));
|
||||
lines.push(String::new());
|
||||
}
|
||||
|
||||
Ok(lines)
|
||||
|
||||
Reference in New Issue
Block a user