about summary refs log tree commit diff
path: root/src/git-rustfmt
diff options
context:
space:
mode:
authortopecongiro <seuchida@gmail.com>2018-05-08 06:25:48 +0900
committertopecongiro <seuchida@gmail.com>2018-05-08 06:25:48 +0900
commitbd25c7d0f73a5b6bf888593e717be391eaeb3e58 (patch)
tree77148bc05fd4b71315ed8ea92f15850472b954e3 /src/git-rustfmt
parent0ec311ee078bea2e0d91f0f0cf821173a246110b (diff)
Cargo fmt
Diffstat (limited to 'src/git-rustfmt')
-rw-r--r--src/git-rustfmt/main.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/git-rustfmt/main.rs b/src/git-rustfmt/main.rs
index 390eeb4149a..41b16969dc2 100644
--- a/src/git-rustfmt/main.rs
+++ b/src/git-rustfmt/main.rs
@@ -170,7 +170,8 @@ fn main() {
     env_logger::init();
 
     let opts = make_opts();
-    let matches = opts.parse(env::args().skip(1))
+    let matches = opts
+        .parse(env::args().skip(1))
         .expect("Couldn't parse command line");
     let config = Config::from_args(&matches, &opts);