mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: fix warnings/errors due to the vfmt change
This commit is contained in:
parent
50a2b033b7
commit
31ef921ef2
33 changed files with 466 additions and 570 deletions
|
@ -187,7 +187,7 @@ fn print_compiler_options(compiler_params &pref.Preferences) {
|
|||
eprintln(' is_script: $compiler_params.is_script ')
|
||||
}
|
||||
|
||||
fn (foptions &FormatOptions) post_process_file(file, formatted_file_path string) {
|
||||
fn (foptions &FormatOptions) post_process_file(file string, formatted_file_path string) {
|
||||
if formatted_file_path.len == 0 {
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue