Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed May 16, 2023
1 parent f302952 commit 745253d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ mod tests {
s.as_bytes(),
&DisplayOptions::default(),
&DiffOptions::default(),
&[]
&[],
);

assert_eq!(res.lhs_positions, vec![]);
Expand Down

0 comments on commit 745253d

Please sign in to comment.