From efbf11262f5d010fe1b60e5dd792f9b326204fae Mon Sep 17 00:00:00 2001 From: ematipico Date: Mon, 21 Nov 2022 11:05:13 +0000 Subject: [PATCH] chore: test --- crates/rome_js_analyze/src/lib.rs | 1 - crates/rome_lsp/tests/server.rs | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/crates/rome_js_analyze/src/lib.rs b/crates/rome_js_analyze/src/lib.rs index aec5699a1ab2..08203dff3313 100644 --- a/crates/rome_js_analyze/src/lib.rs +++ b/crates/rome_js_analyze/src/lib.rs @@ -332,7 +332,6 @@ fn apply_suppression_comment(payload: SuppressionCommentEmitterPayload Result<()> { range: lsp::Range { start: lsp::Position { line: 0, - character: 2, + character: 3, }, end: lsp::Position { line: 0, - character: 2, + character: 3, }, }, new_text: String::from("\n// rome-ignore lint/correctness/noCompareNegZero \n"),