Skip to content

Commit

Permalink
run v fmt -w . with latest V
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Dec 4, 2024
1 parent 82699e5 commit 55d09a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/basic.v
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import msgpack
import time

pub struct TestStructA {
field_a int @[codec: 'codecdata1']
field_b string @[codec: 'codecdata2']
field_a int @[codec: 'codecdata1']
field_b string @[codec: 'codecdata2']
field_c TestStructB
field_d []string
// TODO: fix compiler (comptime generic infer)
Expand Down

0 comments on commit 55d09a0

Please sign in to comment.