Run rustfmt

This commit is contained in:
Oliver Schneider 2017-02-28 14:29:06 +01:00
parent e53575b871
commit a78ca9e955

View File

@ -268,7 +268,8 @@ pub fn main() {
std::process::exit(1);
}
}
}).expect("rustc_thread failed");
})
.expect("rustc_thread failed");
}
}