Run rustfmt
This commit is contained in:
parent
e53575b871
commit
a78ca9e955
1 changed files with 22 additions and 21 deletions
|
@ -268,7 +268,8 @@ pub fn main() {
|
|||
std::process::exit(1);
|
||||
}
|
||||
}
|
||||
}).expect("rustc_thread failed");
|
||||
})
|
||||
.expect("rustc_thread failed");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue