Fix inconsistent formatting of Disambiguating Function Calls example

This commit is contained in:
Martijn Gribnau 2023-06-09 00:34:06 +02:00
parent 5787c88504
commit 9b4969786f
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ trait Pretty {
}
trait Ugly {
fn print(&self);
fn print(&self);
}
struct Foo;