mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
v fmt: fix extra space for anon struct (#16131)
This commit is contained in:
@ -2133,7 +2133,7 @@ with a struct name.
|
||||
|
||||
```v
|
||||
struct Book {
|
||||
author struct {
|
||||
author struct {
|
||||
name string
|
||||
age int
|
||||
}
|
||||
|
Reference in New Issue
Block a user