diff options
| author | Ahmed Charles <acharles@outlook.com> | 2015-10-11 23:41:43 -0700 |
|---|---|---|
| committer | Ahmed Charles <acharles@outlook.com> | 2015-10-11 23:41:43 -0700 |
| commit | e49a9561dc82d464c12f381ea3101a466056d727 (patch) | |
| tree | 032e5f384c918b980c98c936a6195f9314aa4f8f | |
| parent | 81b3b27cf533e50424f749d1c1db23e5d8db952f (diff) | |
| download | rust-e49a9561dc82d464c12f381ea3101a466056d727.tar.gz rust-e49a9561dc82d464c12f381ea3101a466056d727.zip | |
Run rustfmt on driver.
| -rw-r--r-- | src/driver/driver.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/driver/driver.rs b/src/driver/driver.rs index c5c58bb49ac..e74652d85d7 100644 --- a/src/driver/driver.rs +++ b/src/driver/driver.rs @@ -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() +} |
