Cargo Format
Run `cargo fmt` and ignore generated files
This commit is contained in:
@@ -2,9 +2,9 @@ extern crate difference;
|
||||
extern crate itertools;
|
||||
extern crate text_unit;
|
||||
|
||||
use std::fmt;
|
||||
use itertools::Itertools;
|
||||
use text_unit::{TextUnit, TextRange};
|
||||
use std::fmt;
|
||||
use text_unit::{TextRange, TextUnit};
|
||||
|
||||
pub use self::difference::Changeset as __Changeset;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user