Run rustfmt

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2020-03-09 16:47:38 -04:00
parent d0f8d93edf
commit 219da3c3c2

View File

@@ -1,7 +1,5 @@
use rerun_except::rerun_except;
fn main() {
rerun_except(&[
"*.asm",
]).unwrap();
rerun_except(&["*.asm"]).unwrap();
}