From 00d880423cc9e03fbdadbbf3884072286c1e6213 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 18 May 2021 17:46:59 +0200 Subject: [PATCH] go fmt --- cmd/safcm/sync.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cmd/safcm/sync.go b/cmd/safcm/sync.go index c1ecc96..5776264 100644 --- a/cmd/safcm/sync.go +++ b/cmd/safcm/sync.go @@ -127,12 +127,12 @@ func MainSync(args []string) error { var hosts []frontend.Host for _, x := range toSync { s := &Sync{ - host: x, - config: cfg, - allHosts: allHosts, - allGroups: allGroups, - isTTY: isTTY, - } + host: x, + config: cfg, + allHosts: allHosts, + allGroups: allGroups, + isTTY: isTTY, + } s.logFunc = func(level safcm.LogLevel, escaped bool, msg string) { loop.Log(s, level, escaped, msg) -- 2.43.2