about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--crates/ide/src/file_structure.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide/src/file_structure.rs b/crates/ide/src/file_structure.rs
index dcca3d323e8..5303590f7fd 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() {