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

ci: fix warnings/errors due to the vfmt change

This commit is contained in:
Delyan Angelov
2020-10-15 16:17:52 +03:00
parent 50a2b033b7
commit 31ef921ef2
33 changed files with 466 additions and 570 deletions

View File

@ -19,7 +19,7 @@ fn cerror(e string) {
eprintln('\nerror: $e')
}
fn vmod_content(name, desc string) string {
fn vmod_content(name string, desc string) string {
return [
'Module {',
" name: '$name'",