Skip to content

Commit

Permalink
Removing redundant spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Eoghan Russell authored and eoghan.russell@intel.com committed Oct 21, 2021
1 parent e184608 commit 45dddcd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/sriovdp/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ func (rm *resourceManager) initServers() error {
if err != nil {
glog.Errorf("initServers(): error getting filtered devices for config %+v: %q", rc, err)
}

if len(filteredDevices) < 1 {
glog.Infof("no devices in device pool, skipping creating resource server for %s", rc.ResourceName)
continue
Expand All @@ -131,7 +130,6 @@ func (rm *resourceManager) initServers() error {
glog.Errorf("initServers(): error creating ResourcePool with config %+v: %q", rc, err)
return err
}

// Create ResourceServer with this ResourcePool
s, err := rf.GetResourceServer(rPool)
if err != nil {
Expand Down

0 comments on commit 45dddcd

Please sign in to comment.