Skip to content

Commit 367da01

Browse files
Update call-expr.md
1 parent febb8fb commit 367da01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expressions/call-expr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ struct Bar;
6868
impl Pretty for Bar {
6969
fn print(&self) {}
7070
}
71-
impl Ugly for Bar{
71+
impl Ugly for Bar {
7272
fn print(&self) {}
7373
}
7474

0 commit comments

Comments
 (0)