]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - cmd/safcm/config/commands.go
remote: go fmt
[safcm/safcm.git] / cmd / safcm / config / commands.go
index 72a28fd860772b863127b8da12bfac4b4cf21091..569cdbe7dcf8fc93bed2035cc8b7ad71992d46fd 100644 (file)
@@ -47,7 +47,7 @@ func LoadCommands(group string) ([]*safcm.Command, error) {
        for _, x := range cmds {
                res = append(res, &safcm.Command{
                        OrigGroup: group,
-                       Cmd: x,
+                       Cmd:       x,
                })
        }
        return res, nil