Skip to content

Commit 6239bba

Browse files
andyzhangxk8s-infra-cherrypick-robot
authored andcommitted
test: fix gofmt
1 parent 1eea08f commit 6239bba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/utils/azure/azure_helpers.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ import (
3232
)
3333

3434
type Client struct {
35-
groupsClient resourcegroupclient.Interface
36-
accountsClient accountclient.Interface
37-
filesharesClient fileshareclient.Interface
35+
groupsClient resourcegroupclient.Interface
36+
accountsClient accountclient.Interface
37+
filesharesClient fileshareclient.Interface
3838
}
3939

4040
func GetAzureClient(cloud, subscriptionID, clientID, tenantID, clientSecret, aadFederatedTokenFile string) (*Client, error) {

0 commit comments

Comments
 (0)