]> ruderich.org/simon Gitweb - safcm/safcm.git/commitdiff
go fmt
authorSimon Ruderich <simon@ruderich.org>
Wed, 28 Apr 2021 05:48:59 +0000 (07:48 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 28 Apr 2021 05:53:22 +0000 (07:53 +0200)
cmd/safcm/config/config.go

index 85e0e4bb92516c6907052047905c2a8a43dc4c6a..fafa791144e511e21f83d042cd048f10646ec6b9 100644 (file)
@@ -32,7 +32,7 @@ type Config struct {
        LogLevel  safcm.LogLevel `yaml:"-"` // set via command line
        SshConfig string         `yaml:"-"` // set via command line
 
-       DetectGroups []string `yaml:"detect_groups"`
+       DetectGroups  []string `yaml:"detect_groups"`
        GroupPriority []string `yaml:"group_priority"`
 }