refactor(sointu): in yaml, use flow formatting for Unit.Varargs

This commit is contained in:
vsariola
2021-01-04 17:51:12 +02:00
parent d328192834
commit 8b572515e0

View File

@ -10,7 +10,7 @@ import (
type Unit struct { type Unit struct {
Type string Type string
Parameters map[string]int `yaml:",flow"` Parameters map[string]int `yaml:",flow"`
VarArgs []int `,omitempty` VarArgs []int `yaml:",flow,omitempty"`
} }
const ( const (