Skip to content

Commit 50c2dff

Browse files
authored
Merge pull request #825 from harehare/perf/optimize-hir-lsp-performance
♻️ Refactor and optimize code across the LSP, HIR, and formatter modules
2 parents 8eb0a00 + 30723e5 commit 50c2dff

10 files changed

Lines changed: 276 additions & 261 deletions

File tree

crates/mq-cli/tests/integration_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fn test_cli_run_with_stdin() -> Result<(), Box<dyn std::error::Error>> {
3535
#[case::format(
3636
vec!["fmt"],
3737
"def test(x):\nadd(x,1);\n| map(array(1,2,3),test)",
38-
Some("def test(x):\n add(x, 1);\n| map(array(1, 2, 3), test)\n")
38+
Some("def test(x):\n add(x, 1);\n| map(array(1, 2, 3), test)\n\n")
3939
)]
4040
#[case::docs(
4141
vec!["docs"],

0 commit comments

Comments
 (0)