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

master
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
1 changed files with 5 additions and 5 deletions

View File

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