Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide-assists/src/tests/generated.rs')
-rw-r--r--crates/ide-assists/src/tests/generated.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ide-assists/src/tests/generated.rs b/crates/ide-assists/src/tests/generated.rs
index 05e1aff5f9..595ce1affb 100644
--- a/crates/ide-assists/src/tests/generated.rs
+++ b/crates/ide-assists/src/tests/generated.rs
@@ -3100,14 +3100,14 @@ macro_rules! sth {
() => {};
}
-sth! $0( );
+sth!$0( );
"#####,
r#####"
macro_rules! sth {
() => {};
}
-sth! { }
+sth!{ }
"#####,
)
}