Skip to content

Commit 1b5a72c

Browse files
ankddevlpil
authored andcommitted
style: reformat code
1 parent a243b0d commit 1b5a72c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler-core/src/language_server/code_action.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1432,7 +1432,6 @@ impl<'ast> ast::visit::Visit<'ast> for AnnotateTopLevelDefinitions<'_> {
14321432
let mut printer = Printer::new_without_type_variables(&self.module.ast.names);
14331433
collect_type_variables(&mut printer, fun);
14341434

1435-
14361435
let code_action_range = self.edits.src_span_to_lsp_range(
14371436
fun.body_start
14381437
.map(|body_start| SrcSpan {

0 commit comments

Comments
 (0)