]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - cmd/safcm/sync_info_test.go
tests: go fmt and rewrap
[safcm/safcm.git] / cmd / safcm / sync_info_test.go
index f234d9b17b95b031d737b70008c49d77b3b425d4..e01083bb8172b668c95c108fd113232899eff17b 100644 (file)
@@ -69,11 +69,10 @@ func TestHostInfoRespToGroups(t *testing.T) {
 
        for _, tc := range tests {
                t.Run(tc.name, func(t *testing.T) {
-               res := hostInfoRespToGroups(tc.resp)
-               if !reflect.DeepEqual(tc.exp, res) {
-                       t.Errorf("res: %s",
-                               cmp.Diff(tc.exp, res))
-               }
+                       res := hostInfoRespToGroups(tc.resp)
+                       if !reflect.DeepEqual(tc.exp, res) {
+                               t.Errorf("res: %s", cmp.Diff(tc.exp, res))
+                       }
                })
        }
 }