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 line_parser;
mod lines;
mod myers_diff;
mod options;
mod positions;
mod side_by_side;
@ -26,7 +27,6 @@ mod summary;
mod syntax;
mod tree_sitter_parser;
mod unchanged;
mod myers_diff;
#[macro_use]
extern crate log;