From 1ea797fbd29105016b77a8ce2afe08ca2400a094 Mon Sep 17 00:00:00 2001 From: Cameron Forbis Date: Tue, 29 Jun 2021 13:59:21 -0700 Subject: [PATCH] run fmt --- cli/src/tests/parser_test.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/src/tests/parser_test.rs b/cli/src/tests/parser_test.rs index 339d9d28..58cd1880 100644 --- a/cli/src/tests/parser_test.rs +++ b/cli/src/tests/parser_test.rs @@ -896,7 +896,6 @@ fn test_parsing_with_included_range_containing_mismatched_positions() { parser.set_included_ranges(&[range_to_parse]).unwrap(); - let html_tree = parser.parse(source_code, None).unwrap(); assert_eq!(html_tree.root_node().range(), range_to_parse);