Skip to content

Commit

Permalink
Merge pull request rust-lang#1366 from foresterre/fix
Browse files Browse the repository at this point in the history
Fix inconsistent formatting of Disambiguating Function Calls example
  • Loading branch information
ehuss authored Jun 9, 2023
2 parents 5787c88 + 9b49697 commit 862d6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/expressions/call-expr.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ trait Pretty {
}

trait Ugly {
fn print(&self);
fn print(&self);
}

struct Foo;
Expand Down

0 comments on commit 862d6f4

Please sign in to comment.