Run rustfmt on driver.

This commit is contained in:
Ahmed Charles 2015-10-11 23:41:43 -07:00
parent 81b3b27cf5
commit e49a9561dc

View File

@ -17,4 +17,6 @@ extern crate rustdoc as this;
#[cfg(rustc)]
extern crate rustc_driver as this;
fn main() { this::main() }
fn main() {
this::main()
}