cargo fmt

pull/166/head
Wilfred Hughes 2022-03-12 12:22:38 +07:00
parent 6210921104
commit dbf088bd25
1 changed files with 1 additions and 1 deletions

@ -17,6 +17,7 @@ mod hunks;
mod inline; mod inline;
mod line_parser; mod line_parser;
mod lines; mod lines;
mod myers_diff;
mod options; mod options;
mod positions; mod positions;
mod side_by_side; mod side_by_side;
@ -26,7 +27,6 @@ mod summary;
mod syntax; mod syntax;
mod tree_sitter_parser; mod tree_sitter_parser;
mod unchanged; mod unchanged;
mod myers_diff;
#[macro_use] #[macro_use]
extern crate log; extern crate log;