1
0
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:
Alexander Medvednikov 2020-02-19 19:57:21 +01:00
parent ec3d67c19f
commit e30bd04579

View File

@ -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 {
//}