diff options
| author | topecongiro <seuchida@gmail.com> | 2017-07-13 18:42:14 +0900 |
|---|---|---|
| committer | topecongiro <seuchida@gmail.com> | 2017-07-13 18:42:14 +0900 |
| commit | 6fd291981e1bb7deba30644c09798087e84203ec (patch) | |
| tree | db1d8913bb1c5374dbfd34afecd76bc791617aaf /src/lists.rs | |
| parent | 27b04fec1a05b4ebf034dcd466a04bb40fd06f4f (diff) | |
Sort imports in alphabetical and consistent order
Diffstat (limited to 'src/lists.rs')
| -rw-r--r-- | src/lists.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lists.rs b/src/lists.rs index 4bd7d76483a..e55103d0df8 100644 --- a/src/lists.rs +++ b/src/lists.rs @@ -11,7 +11,7 @@ use std::cmp; use std::iter::Peekable; -use syntax::codemap::{CodeMap, BytePos}; +use syntax::codemap::{BytePos, CodeMap}; use {Indent, Shape}; use comment::{find_comment_end, rewrite_comment, FindUncommented}; |
