diff options
| author | Nick Cameron <ncameron@mozilla.com> | 2018-03-12 17:24:04 +1300 |
|---|---|---|
| committer | Nick Cameron <ncameron@mozilla.com> | 2018-03-20 09:27:31 +1300 |
| commit | a76d9b529a75780690aa0978471f18da81676dd4 (patch) | |
| tree | 5c1d1d324cd73c68b46b35e78dc05ca6749e2161 /src/rustfmt_diff.rs | |
| parent | 164cf7d6c95d3184eb678ccb97007116e9ba7ca0 (diff) | |
format code and tests
Diffstat (limited to 'src/rustfmt_diff.rs')
| -rw-r--r-- | src/rustfmt_diff.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rustfmt_diff.rs b/src/rustfmt_diff.rs index f9919157620..ca847656562 100644 --- a/src/rustfmt_diff.rs +++ b/src/rustfmt_diff.rs @@ -12,8 +12,8 @@ use config::Color; use diff; use std::collections::VecDeque; use std::io; -use term; use std::io::Write; +use term; use utils::use_colored_tty; #[derive(Debug, PartialEq)] |
