Run rustfmt on driver.
This commit is contained in:
parent
81b3b27cf5
commit
e49a9561dc
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue