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:
@@ -5,7 +5,7 @@ struct RawVersion {
|
||||
prerelease string
|
||||
metadata string
|
||||
mut:
|
||||
raw_ints []string
|
||||
raw_ints []string
|
||||
}
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user