Skip to content

Commit e49a956

Browse files
committed
Run rustfmt on driver.
1 parent 81b3b27 commit e49a956

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/driver/driver.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ extern crate rustdoc as this;
1717
#[cfg(rustc)]
1818
extern crate rustc_driver as this;
1919

20-
fn main() { this::main() }
20+
fn main() {
21+
this::main()
22+
}

0 commit comments

Comments
 (0)