提交 8a6342f7 编写于 作者: R Rahul Horé

Fixes spacing

上级 9a2286d3
......@@ -961,7 +961,7 @@ struct Point {
}
fn main() {
let origin = Point { x: 0i, y: 0i };
let origin = Point { x: 0i, y: 0i };
println!("The origin is at ({}, {})", origin.x, origin.y);
}
......@@ -988,7 +988,7 @@ struct Point {
}
fn main() {
let mut point = Point { x: 0i, y: 0i };
let mut point = Point { x: 0i, y: 0i };
point.x = 5;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册