diff --git a/internal/pkg/node/transformers.go b/internal/pkg/node/transformers.go index 48ce585b..36b7cf6d 100644 --- a/internal/pkg/node/transformers.go +++ b/internal/pkg/node/transformers.go @@ -493,11 +493,10 @@ func (nodeConf *NodeConf) UnmarshalConf(excludeList []string) (lines []string) { lines = append(lines, " "+str) } } - - } - } - } - } + } // lines + } // this + } //not + } //do return lines }