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:
@@ -17,7 +17,7 @@ pub mut:
|
||||
required bool
|
||||
value string
|
||||
mut:
|
||||
found bool
|
||||
found bool
|
||||
}
|
||||
|
||||
pub fn (flags []Flag) get_all_found() []Flag {
|
||||
|
||||
Reference in New Issue
Block a user