From 734710ff44ca4652ffd07ad2b6e6058b168f7b33 Mon Sep 17 00:00:00 2001 From: Duncan Proctor Date: Tue, 22 Oct 2024 06:37:12 -0400 Subject: [PATCH] tidy --- .../rust-analyzer/crates/ide/src/goto_definition.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/tools/rust-analyzer/crates/ide/src/goto_definition.rs b/src/tools/rust-analyzer/crates/ide/src/goto_definition.rs index 1dbab2f3d2866..71e6739d45b14 100644 --- a/src/tools/rust-analyzer/crates/ide/src/goto_definition.rs +++ b/src/tools/rust-analyzer/crates/ide/src/goto_definition.rs @@ -472,7 +472,7 @@ fn f(ch: char) -> bool { _ => false } } -"# +"#, ); } @@ -488,7 +488,7 @@ fn f(ch: char) -> bool { _ => false } } -"# +"#, ); } @@ -504,7 +504,7 @@ fn f(ch: char) -> bool { _ => false } } -"# +"#, ); } @@ -520,7 +520,7 @@ fn f(ch: char) -> bool { _ => false } } -"# +"#, ); } @@ -536,7 +536,7 @@ fn f(ch: char) -> bool { _ => false } } -"# +"#, ); }