From 04a4ac1cffd3acb9361b63221cec76eae3694e11 Mon Sep 17 00:00:00 2001 From: gftea Date: Mon, 30 Jan 2023 20:17:12 +0100 Subject: [PATCH] trim trailing whitespaces --- crates/ide/src/file_structure.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ide/src/file_structure.rs b/crates/ide/src/file_structure.rs index dcca3d323e..5303590f7f 100644 --- a/crates/ide/src/file_structure.rs +++ b/crates/ide/src/file_structure.rs @@ -235,7 +235,7 @@ mod tests { }, ] "#]]); - } + } #[test] fn test_file_structure() {