From 7a4d486d344cfdd06006bffa21e67cc87c77c2ca Mon Sep 17 00:00:00 2001 From: "eoghan.russell@intel.com" Date: Wed, 13 Oct 2021 12:08:59 -0400 Subject: [PATCH] fix to indentation --- pkg/factory/factory.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/factory/factory.go b/pkg/factory/factory.go index 16ce6a9e4..5c6d55aa6 100644 --- a/pkg/factory/factory.go +++ b/pkg/factory/factory.go @@ -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 {