Merge pull request #1366 from foresterre/fix

Fix inconsistent formatting of Disambiguating Function Calls example
This commit is contained in:
Eric Huss 2023-06-09 16:20:39 -07:00 committed by GitHub
commit 862d6f4e71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;