style: remove one whitespace in config.rs for clarity

main
Angelo Fallaria 2 years ago
parent 60b3c7ff24
commit 4fd18d753e

@ -126,7 +126,6 @@ fn parse_contents(contents: String) -> Result<Vec<Hotkey>, Error> {
// Translate keypress into evdev key
let keysym = key_to_evdev_key.get(lines[i].trim()).unwrap();
keysyms.push(*keysym);
//// Find the command

Loading…
Cancel
Save