Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide/src/syntax_highlighting/tests.rs')
-rw-r--r--crates/ide/src/syntax_highlighting/tests.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/crates/ide/src/syntax_highlighting/tests.rs b/crates/ide/src/syntax_highlighting/tests.rs
index 874eaf8cf7..27686ab944 100644
--- a/crates/ide/src/syntax_highlighting/tests.rs
+++ b/crates/ide/src/syntax_highlighting/tests.rs
@@ -327,9 +327,7 @@ impl<'a> Foo<'_, 'a, 'static>
where
'a: 'a,
'static: 'static
-{
-
-}
+{}
"#,
expect_file!["./test_data/highlight_lifetimes.html"],
false,