fix fmt test

pull/3811/head
Alexander Medvednikov 2020-02-22 17:14:38 +01:00
parent dd29bfe4d2
commit 2eb4f663d6
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ fn get_user() ?User {
} }
fn get_user_ptr() &User { fn get_user_ptr() &User {
return &User{ } return &User{}
} }
struct Foo { struct Foo {