mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
examples: fix maps warnings
This commit is contained in:

committed by
Alexander Medvednikov

parent
be141d9c5f
commit
49205dcce3
@ -27,7 +27,7 @@ mut:
|
||||
// values.encode() will return the encoded data
|
||||
pub fn new_values() Values {
|
||||
return Values{
|
||||
data: map[string]Value{}
|
||||
data: map[string]Value
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user