Skip to content

Commit b075364

Browse files
committed
made the crates/ide-assists/src/handlers/add_missing_impl_members.rs file tidy
1 parent fe43a5a commit b075364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/ide-assists/src/handlers/add_missing_impl_members.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1581,7 +1581,7 @@ mod m {
15811581
15821582
impl Foo for S {
15831583
fn bar(&self) {}
1584-
$0
1584+
$0
15851585
}
15861586
}"#,
15871587
r#"
@@ -1613,7 +1613,7 @@ mod m {
16131613
fn baz(&self) {
16141614
todo!()
16151615
}
1616-
1616+
16171617
}
16181618
}"#,
16191619
);

0 commit comments

Comments
 (0)