Skip to content

Commit a32deba

Browse files
committed
more lint fixes
1 parent 9581852 commit a32deba

File tree

1 file changed

+1
-1
lines changed
  • cluster-autoscaler/cloudprovider/gce

1 file changed

+1
-1
lines changed

cluster-autoscaler/cloudprovider/gce/cache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ func (gc *GceCache) AddMachineToCache(machineType string, zone string, machine *
383383
gc.machinesCache[MachineTypeKey{zone, machineType}] = machinesCacheValue{machineType: machine}
384384
}
385385

386-
// AddMachineToCache adds machine to cache under lock.
386+
// AddMachineToCacheWithError adds machine to cache under lock.
387387
func (gc *GceCache) AddMachineToCacheWithError(machineType string, zone string, err error) {
388388
gc.cacheMutex.Lock()
389389
defer gc.cacheMutex.Unlock()

0 commit comments

Comments
 (0)