Remove trailing spaces

This commit is contained in:
1hakusai1 2025-01-14 17:54:15 +09:00
parent 4267a3ad34
commit 4cc9c15ebd

View file

@ -3094,7 +3094,7 @@ struct B;
impl From<A> for B {
fn from(value: A) -> Self {
//^^^^
//^^^^
B
}
}