1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

fmt: align each contiguous field of struct. not the whole. (#7981)

This commit is contained in:
zakuro
2021-01-12 12:38:43 +09:00
committed by GitHub
parent 82a5300044
commit 33694665f0
41 changed files with 533 additions and 497 deletions

View File

@@ -5,7 +5,7 @@ module strings
pub struct Builder {
mut:
buf []byte
buf []byte
pub mut:
len int
initial_size int = 1