Skip to content

Commit

Permalink
fmt vlib/v/parser/struct.v
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyi98 committed Aug 7, 2024
1 parent 137f28e commit 634b282
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vlib/v/parser/struct.v
Original file line number Diff line number Diff line change
Expand Up @@ -497,11 +497,11 @@ fn (mut p Parser) struct_init(typ_str string, kind ast.StructInitKind, is_option
} else {
p.prev_tok.pos()
})
no_keys : no_keys
is_short_syntax : kind == .short_syntax
is_anon : kind == .anon
pre_comments : pre_comments
generic_types : struct_init_generic_types
no_keys : no_keys
is_short_syntax: kind == .short_syntax
is_anon : kind == .anon
pre_comments : pre_comments
generic_types : struct_init_generic_types
}
}

Expand Down

0 comments on commit 634b282

Please sign in to comment.