Bug 1617369 - Reformat recent rust changes with rustfmt r=arai

# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D79149
This commit is contained in:
Sylvestre Ledru 2020-06-11 09:14:41 +00:00
parent 4cb5da08a2
commit 15ad7d1dcd

View File

@ -16,7 +16,9 @@ fn compare(name: &str, orig: &str, copied: &str) {
fn main() {
match std::env::var("JS_SMOOSH_DISABLE_OPCODE_CHECK") {
Ok(_) => { return; },
Ok(_) => {
return;
}
Err(_) => {}
};