Skip to content

Commit

Permalink
fixed formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
jpappa200 committed Jul 26, 2023
1 parent ce26e7a commit 46f0259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache-config/t3c-apply/torequest/torequest.go
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ func pkgMatch(pkgMetaData []string, pk string) bool {

}

// ProcessPackagesWithMetaData will attempt to get installed package data from
// ProcessPackagesWithMetaData will attempt to get installed package data from
// t3c-apply-metadata.json and log the results.
func (r *TrafficOpsReq) ProcessPackagesWithMetaData(packageMetaData []string) error {
pkgs, err := getPackages(r.Cfg)
Expand Down

0 comments on commit 46f0259

Please sign in to comment.