Skip to content

Commit 3867cc7

Browse files
committed
whitespace changes nightmares
1 parent 4b92066 commit 3867cc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xds/src/test/java/io/grpc/xds/ClusterResolverLoadBalancerTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -753,12 +753,12 @@ public void handleEdsResource_ignorePrioritiesWithNoHealthyEndpoints() {
753753
LocalityLbEndpoints localityLbEndpoints1 =
754754
LocalityLbEndpoints.create(
755755
Collections.singletonList(LbEndpoint.create(endpoint1, 100, false /* isHealthy */,
756-
"hostname1", ImmutableMap.of())),
756+
"hostname1", ImmutableMap.of())),
757757
10 /* localityWeight */, 1 /* priority */, ImmutableMap.of());
758758
LocalityLbEndpoints localityLbEndpoints2 =
759759
LocalityLbEndpoints.create(
760760
Collections.singletonList(LbEndpoint.create(endpoint2, 200, true /* isHealthy */,
761-
"hostname2", ImmutableMap.of())),
761+
"hostname2", ImmutableMap.of())),
762762
10 /* localityWeight */, 2 /* priority */, ImmutableMap.of());
763763
String priority2 = CLUSTER1 + "[child2]";
764764
xdsClient.deliverClusterLoadAssignment(

0 commit comments

Comments
 (0)