Skip to content

Commit

Permalink
fmt: fmt structs_comments_keep.vv
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyi98 committed Jul 23, 2024
1 parent 753c290 commit 6c4cfcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/v/fmt/tests/structs_comments_keep.vv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ struct User {
name string // name
name2 []rune // name2
very_long_field bool
age int // age
age int // age
very_long_type_field1 very_looooog_type // long
very_long_type_field2 very_loooooooong_type // long
}
Expand Down

0 comments on commit 6c4cfcc

Please sign in to comment.