diff options
| author | Nick Cameron <ncameron@mozilla.com> | 2018-03-14 20:43:01 +1300 |
|---|---|---|
| committer | Nick Cameron <ncameron@mozilla.com> | 2018-03-20 09:27:31 +1300 |
| commit | 50c95a074a051f9ea2e9a474289a41081bdf4e0f (patch) | |
| tree | 627f542dae70e56010d044fdd44afb8210ece967 /src/format-diff | |
| parent | 4cfffbd0a8ee33cf99a36ed133f18d2a3157dbdf (diff) | |
cargo fmt
Diffstat (limited to 'src/format-diff')
| -rw-r--r-- | src/format-diff/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format-diff/main.rs b/src/format-diff/main.rs index 6633da208e8..c871395f72a 100644 --- a/src/format-diff/main.rs +++ b/src/format-diff/main.rs @@ -23,10 +23,10 @@ extern crate regex; extern crate serde_derive; extern crate serde_json as json; -use std::{env, fmt, process}; use std::collections::HashSet; use std::error::Error; use std::io::{self, BufRead}; +use std::{env, fmt, process}; use regex::Regex; |
