Skip to content

Commit 23e3354

Browse files
committed
Remove extra whitespace
1 parent 8e08b86 commit 23e3354

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/ide_completion/src/completions/trait_impl.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ trait Foo<T> {
953953
struct Bar;
954954
955955
impl Foo<u32> for Bar {
956-
const B$0
956+
const B$0;
957957
}
958958
"#,
959959
r#"
@@ -963,7 +963,7 @@ trait Foo<T> {
963963
struct Bar;
964964
965965
impl Foo<u32> for Bar {
966-
const BAR: u32 =
966+
const BAR: u32 = ;
967967
}
968968
"#,
969969
)

0 commit comments

Comments
 (0)