Skip to content

Commit

Permalink
style: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroh committed Jul 27, 2024
1 parent 7c30102 commit d4007e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion merge/src/ordered_merge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ mod tests {
use std::{borrow::Cow, vec};

use matching::{ordered, Matchings};
use model::{cst_node::NonTerminal, cst_node::Terminal, CSTNode, Language, Point};
use model::{cst_node::NonTerminal, cst_node::Terminal, CSTNode, Point};

use crate::{MergeError, MergedCSTNode};

Expand Down
2 changes: 1 addition & 1 deletion merge/src/unordered_merge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ mod tests {
use matching::{unordered::calculate_matchings, Matchings};
use model::{
cst_node::{NonTerminal, Terminal},
CSTNode, Language, Point,
CSTNode, Point,
};

use crate::{MergeError, MergedCSTNode};
Expand Down

0 comments on commit d4007e3

Please sign in to comment.