Skip to content

Commit 761b498

Browse files
andyzhangxk8s-infra-cherrypick-robot
authored andcommitted
doc: fix gomft
1 parent fa307a9 commit 761b498

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/utils/azure/azure_helpers.go

Lines changed: 6 additions & 6 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) {
@@ -68,9 +68,9 @@ func GetAzureClient(cloud, subscriptionID, clientID, tenantID, clientSecret, aad
6868
return nil, err
6969
}
7070
return &Client{
71-
groupsClient: factory.GetResourceGroupClient(),
72-
accountsClient: factory.GetAccountClient(),
73-
filesharesClient: factory.GetFileShareClient(),
71+
groupsClient: factory.GetResourceGroupClient(),
72+
accountsClient: factory.GetAccountClient(),
73+
filesharesClient: factory.GetFileShareClient(),
7474
}, nil
7575
}
7676

0 commit comments

Comments
 (0)