Skip to content

Commit

Permalink
fix to indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
eoghan.russell@intel.com committed Oct 13, 2021
1 parent 530508b commit 7a4d486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/factory/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func (rf *resourceFactory) GetResourcePool(rc *types.ResourceConfig, filteredDev

// GetResourcePoolExclusive returns an exclusive resourcePool
func (rf *resourceFactory) GetResourcePoolExclusive(rc *types.ResourceConfig, filteredDevice []types.PciDevice,
deviceAllocated map[string]bool) (types.ResourcePool, error) {
deviceAllocated map[string]bool) (types.ResourcePool, error) {
devicePool := make(map[string]types.PciDevice)
apiDevices := make(map[string]*pluginapi.Device)
for _, dev := range filteredDevice {
Expand Down

0 comments on commit 7a4d486

Please sign in to comment.