Skip to content

Commit a0be4b1

Browse files
committed
Remove trailing spaces
1 parent c14cdcf commit a0be4b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide/src/goto_definition.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3094,7 +3094,7 @@ struct B;
30943094
30953095
impl From<A> for B {
30963096
fn from(value: A) -> Self {
3097-
//^^^^
3097+
//^^^^
30983098
B
30993099
}
31003100
}

0 commit comments

Comments
 (0)