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

ci: vfmt vlib/v/parser/parser.v

This commit is contained in:
Delyan Angelov 2022-06-02 15:55:13 +03:00
parent 031629faa1
commit ed759b2ec9
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -91,11 +91,11 @@ mut:
script_mode bool
script_mode_start_token token.Token
pub mut:
scanner &scanner.Scanner
errors []errors.Error
warnings []errors.Warning
notices []errors.Notice
vet_errors []vet.Error
scanner &scanner.Scanner
errors []errors.Error
warnings []errors.Warning
notices []errors.Notice
vet_errors []vet.Error
}
__global codegen_files = []&ast.File{}