Skip to content

Commit

Permalink
fix: ci lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryce-Soghigian committed Jul 12, 2024
1 parent 8156774 commit f0d3407
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cluster-autoscaler/cloudprovider/azure/azure_cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ func (m *azureCache) regenerate() error {
return nil
}


// fetchAzureResources retrieves and updates the cached Azure resources.
//
// This function performs the following:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func (azure *AzureCloudProvider) NodeGroupForNode(node *apiv1.Node) (cloudprovid
func (azure *AzureCloudProvider) HasInstance(node *apiv1.Node) (bool, error) {
ng, err := azure.NodeGroupForNode(node)
if ng != nil {
return false, err
return false, err
}
return true, nil
}
Expand Down

0 comments on commit f0d3407

Please sign in to comment.