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
ec3d67c19f
commit
e30bd04579
@ -68,7 +68,3 @@ fn fn_with_3_args(arg1 string, arg2 int, arg3 User) int {
|
||||
fn (this User) fn_with_receiver() {
|
||||
println('')
|
||||
}
|
||||
|
||||
//fn get_user() ?User {
|
||||
|
||||
//}
|
||||
|
Loading…
Reference in New Issue
Block a user