1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: fix failing fn_trailing_arg_syntax_keep.vv

This commit is contained in:
Delyan Angelov 2021-03-04 13:05:14 +02:00
parent 7c893895d8
commit eb1e1afbc1
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -12,6 +12,7 @@ struct Baz {
}
fn bar_func(bar Bar) {}
fn foo_func(f Foo) {}
fn main() {