Skip to content

Commit

Permalink
resolving gofmt issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ravisinha0506 committed Jun 21, 2024
1 parent d9f8217 commit f9c05fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ limitations under the License.
package aws

import (
"testing"
"fmt"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/mock"
Expand All @@ -27,6 +26,7 @@ import (
"k8s.io/autoscaler/cluster-autoscaler/cloudprovider/aws/aws-sdk-go/aws"
"k8s.io/autoscaler/cluster-autoscaler/cloudprovider/aws/aws-sdk-go/service/autoscaling"
"k8s.io/autoscaler/cluster-autoscaler/config"
"testing"
)

var testAwsManager = &AwsManager{
Expand Down

0 comments on commit f9c05fb

Please sign in to comment.