]> ruderich.org/simon Gitweb - safcm/safcm.git/commitdiff
config: rewrap line in ResolveHostGroups()
authorSimon Ruderich <simon@ruderich.org>
Sun, 9 May 2021 10:31:08 +0000 (12:31 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 9 May 2021 13:18:40 +0000 (15:18 +0200)
cmd/safcm/config/groups.go

index a1dd83a0164267a0f24a351a74966fd108300323..571f19b7fcb10b5adcd4c5e406d6f22e5b585730 100644 (file)
@@ -128,8 +128,7 @@ func LoadGroups(cfg *Config, hosts *Hosts) (map[string][]string, error) {
        return groups, nil
 }
 
-func ResolveHostGroups(host string,
-       groups map[string][]string,
+func ResolveHostGroups(host string, groups map[string][]string,
        detectedGroups []string) ([]string, error) {
 
        const maxDepth = 100