mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
cgen: generate json array line on uniform indent lvl (#22899)
This commit is contained in:
parent
5e9e09f16d
commit
647901d6ab
1 changed files with 1 additions and 1 deletions
|
@ -1048,7 +1048,7 @@ fn (mut g Gen) decode_array(utyp ast.Type, value_type ast.Type, fixed_array_size
|
||||||
${fixed_array_idx}
|
${fixed_array_idx}
|
||||||
cJSON_ArrayForEach(jsval, root)
|
cJSON_ArrayForEach(jsval, root)
|
||||||
{
|
{
|
||||||
${s}
|
${s}
|
||||||
${array_element_assign}
|
${array_element_assign}
|
||||||
${fixed_array_idx_increment}
|
${fixed_array_idx_increment}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue