Run rustfmt on driver.
This commit is contained in:
parent
81b3b27cf5
commit
e49a9561dc
@ -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()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user