Skip to content

Commit d564e73

Browse files
committed
format test file
1 parent e4c87c2 commit d564e73

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

staging/src/k8s.io/legacy-cloud-providers/azure/azure_loadbalancer_test.go

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,16 +1446,16 @@ func TestReconcileLoadBalancer(t *testing.T) {
14461446
}
14471447

14481448
testCases := []struct {
1449-
desc string
1450-
service v1.Service
1451-
loadBalancerSku string
1452-
preConfigLBType string
1449+
desc string
1450+
service v1.Service
1451+
loadBalancerSku string
1452+
preConfigLBType string
14531453
loadBalancerResourceGroup string
1454-
disableOutboundSnat *bool
1455-
wantLb bool
1456-
existingLB network.LoadBalancer
1457-
expectedLB network.LoadBalancer
1458-
expectedError error
1454+
disableOutboundSnat *bool
1455+
wantLb bool
1456+
existingLB network.LoadBalancer
1457+
expectedLB network.LoadBalancer
1458+
expectedError error
14591459
}{
14601460
{
14611461
desc: "reconcileLoadBalancer shall return the lb deeply equal to the existingLB if there's no " +
@@ -1535,14 +1535,14 @@ func TestReconcileLoadBalancer(t *testing.T) {
15351535
expectedError: nil,
15361536
},
15371537
{
1538-
desc: "reconcileLoadBalancer in other resource group",
1539-
loadBalancerSku: "standard",
1538+
desc: "reconcileLoadBalancer in other resource group",
1539+
loadBalancerSku: "standard",
15401540
loadBalancerResourceGroup: "anotherRG",
1541-
service: service8,
1542-
existingLB: lb8,
1543-
wantLb: true,
1544-
expectedLB: expectedLB8,
1545-
expectedError: nil,
1541+
service: service8,
1542+
existingLB: lb8,
1543+
wantLb: true,
1544+
expectedLB: expectedLB8,
1545+
expectedError: nil,
15461546
},
15471547
}
15481548

0 commit comments

Comments
 (0)