mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
final vfmt run before CI check
This commit is contained in:
@@ -889,3 +889,4 @@ fn (s &Scanner) validate_var_name(name string) {
|
||||
s.error('bad variable name `$name`\n' + 'looks like you have a multi-word name without separating them with `_`' + '\nfor example, use `registration_date` instead of `registrationdate` ')
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user