gen: vfmt

pull/6416/head
danieldaeschle 2020-09-18 13:53:35 +02:00
parent 581586eb4e
commit 7c14b44705
1 changed files with 1 additions and 3 deletions

View File

@ -3446,9 +3446,7 @@ fn (mut g Gen) go_back_out(n int) {
}
const (
skip_struct_init = ['strconv__ftoa__Uf32', 'strconv__ftoa__Uf64', 'struct stat',
'struct addrinfo',
]
skip_struct_init = ['strconv__ftoa__Uf32', 'strconv__ftoa__Uf64', 'struct stat', 'struct addrinfo']
)
fn (mut g Gen) struct_init(struct_init ast.StructInit) {