Update vendored files
Signed-off-by: Markus Lehtonen <markus.lehtonen@intel.com>
This commit is contained in:
2
vendor/github.com/intel/goresctrl/pkg/utils/idset.go
generated
vendored
2
vendor/github.com/intel/goresctrl/pkg/utils/idset.go
generated
vendored
@@ -129,7 +129,7 @@ func (s IDSet) String() string {
|
||||
|
||||
// StringWithSeparator returns the set as a string, separated with the given separator.
|
||||
func (s IDSet) StringWithSeparator(args ...string) string {
|
||||
if s == nil || len(s) == 0 {
|
||||
if len(s) == 0 {
|
||||
return ""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user