From f55c5bf60411cb577ce3d7f32360c69e6f0296d2 Mon Sep 17 00:00:00 2001 From: Christian Goll Date: Thu, 13 Oct 2022 09:49:49 +0200 Subject: [PATCH] lines for better merging --- internal/pkg/node/transformers.go | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 }