mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix fmt test
This commit is contained in:
parent
dd29bfe4d2
commit
2eb4f663d6
@ -75,7 +75,7 @@ fn get_user() ?User {
|
||||
}
|
||||
|
||||
fn get_user_ptr() &User {
|
||||
return &User{ }
|
||||
return &User{}
|
||||
}
|
||||
|
||||
struct Foo {
|
||||
|
Loading…
Reference in New Issue
Block a user