]> ruderich.org/simon Gitweb - safcm/safcm.git/commitdiff
go fmt
authorSimon Ruderich <simon@ruderich.org>
Tue, 18 May 2021 15:46:59 +0000 (17:46 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 18 May 2021 16:23:47 +0000 (18:23 +0200)
cmd/safcm/sync.go

index c1ecc965eec221828788f2bf68acd1481f08d78e..5776264d589c628030b1fe36abb8086311b13319 100644 (file)
@@ -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)