mirror of
https://github.com/vlang/v.git
synced 2025-09-15 23:42:28 +03:00
vlib: run vfmt over vlib files, so that v doc -m vlib/
can run without warnings
This commit is contained in:
parent
5b1ab3b0bb
commit
dab66593fc
27 changed files with 343 additions and 334 deletions
|
@ -160,7 +160,7 @@ fn has_command(cmd cli.Command, name string) bool {
|
|||
return false
|
||||
}
|
||||
|
||||
fn compare_arrays(array0, array1 []string) bool {
|
||||
fn compare_arrays(array0 []string, array1 []string) bool {
|
||||
if array0.len != array1.len {
|
||||
return false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue