Skip to content

Commit

Permalink
change struct_init_with_newline_and_comments_keep.vv
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyi98 committed Aug 12, 2024
1 parent 7e93eb5 commit e03fbbe
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ pub mut:
pub fn new_builder(initial_size int) Builder {
return Builder{
// buf: make(0, initial_size)
buf: []u8{cap: initial_size}
buf: []u8{cap: initial_size}

str_calls: 0 // after str_calls
len: 0 // after len

Expand Down

0 comments on commit e03fbbe

Please sign in to comment.