Remove trailing spaces

This commit is contained in:
1hakusai1 2025-01-14 17:54:15 +09:00
parent c14cdcf5cc
commit a0be4b189c

View file

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