Skip to content

Commit 55d09a0

Browse files
committed
run v fmt -w . with latest V
1 parent 82699e5 commit 55d09a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/basic.v

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import msgpack
44
import time
55

66
pub struct TestStructA {
7-
field_a int @[codec: 'codecdata1']
8-
field_b string @[codec: 'codecdata2']
7+
field_a int @[codec: 'codecdata1']
8+
field_b string @[codec: 'codecdata2']
99
field_c TestStructB
1010
field_d []string
1111
// TODO: fix compiler (comptime generic infer)

0 commit comments

Comments
 (0)