whoops. cargo fmt

This commit is contained in:
Lotte Steenbrink 2021-01-26 11:23:03 +01:00
parent fbcf60a0ec
commit 1b14efbb8b

View file

@ -17,7 +17,7 @@ fn main() -> color_eyre::Result<()> {
["dongle-flash", hex] => {
let hexpath = env::current_dir()?.join(hex);
tasks::dongle_flash(hexpath.to_str().unwrap())
},
}
["serial-term"] => tasks::serial_term(),
["usb-list"] => tasks::usb_list(),
_ => {