diff options
| author | topecongiro <seuchida@gmail.com> | 2018-05-08 06:25:48 +0900 |
|---|---|---|
| committer | topecongiro <seuchida@gmail.com> | 2018-05-08 06:25:48 +0900 |
| commit | bd25c7d0f73a5b6bf888593e717be391eaeb3e58 (patch) | |
| tree | 77148bc05fd4b71315ed8ea92f15850472b954e3 /src/git-rustfmt | |
| parent | 0ec311ee078bea2e0d91f0f0cf821173a246110b (diff) | |
Cargo fmt
Diffstat (limited to 'src/git-rustfmt')
| -rw-r--r-- | src/git-rustfmt/main.rs | 3 |
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); |
