From 8b572515e024b6e7b1ee115c4cbd7219f7a85da4 Mon Sep 17 00:00:00 2001 From: vsariola Date: Mon, 4 Jan 2021 17:51:12 +0200 Subject: [PATCH] refactor(sointu): in yaml, use flow formatting for Unit.Varargs --- sointu.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sointu.go b/sointu.go index 5cb74f2..7635100 100644 --- a/sointu.go +++ b/sointu.go @@ -10,7 +10,7 @@ import ( type Unit struct { Type string Parameters map[string]int `yaml:",flow"` - VarArgs []int `,omitempty` + VarArgs []int `yaml:",flow,omitempty"` } const (