vfmt: make vlib/v/table/atypes.v vfmt-able
parent
c9574ae7d7
commit
7b034a54e3
|
@ -759,9 +759,9 @@ pub mut:
|
|||
}
|
||||
|
||||
fn (f &Field) equals(o &Field) bool {
|
||||
// TODO: should all of those be checked ?
|
||||
return f.name == o.name &&
|
||||
f.typ == o.typ &&
|
||||
// TODO Should those be checked ?
|
||||
f.is_pub == o.is_pub &&
|
||||
f.is_mut == o.is_mut &&
|
||||
f.is_global == o.is_global
|
||||
|
|
Loading…
Reference in New Issue