Skip to content

Commit

Permalink
refactor: Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroh committed May 24, 2024
1 parent 4d3d311 commit cd9adcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matching_handlers/src/java/import_declaration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ mod tests {
children: vec![model::CSTNode::NonTerminal(model::cst_node::NonTerminal {
kind: "scoped_identifier",
children: resource
.split(".")
.split('.')
.map(|part| {
model::CSTNode::Terminal(model::cst_node::Terminal {
kind: "identifier",
Expand Down

0 comments on commit cd9adcc

Please sign in to comment.