Skip to content

Commit

Permalink
Run cargo clippy --fix --all
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Sep 26, 2023
1 parent 359292e commit 6afac5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lsp/src/tree_sitter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ mod tests {
.set_language(language)
.expect("could not load html grammer");

let tree = parser.parse(text, None).expect("not to fail");


tree
parser.parse(text, None).expect("not to fail")
}

#[test]
Expand Down

0 comments on commit 6afac5d

Please sign in to comment.