Skip to content

Commit 822f803

Browse files
Remove unnecessary spaces (#59)
1 parent 738248c commit 822f803

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/docs/b5.impls_and_traits.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ struct Player {
9393
impl Player {
9494
fn new(first_name: String, last_name: String) -> Player {
9595
Player {
96-
first_name : first_name,
97-
last_name : last_name,
96+
first_name: first_name,
97+
last_name: last_name,
9898
}
9999
}
100100

0 commit comments

Comments
 (0)