Skip to content

Commit 8125e46

Browse files
committed
whitespace
1 parent 26d63d2 commit 8125e46

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

grpc/service_config/service_config.proto

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -480,12 +480,12 @@ message OverrideHostLoadBalancingPolicyConfig {
480480
// Configuration for the random_subsetting_experimental LB policy.
481481
// See gRFC A68.
482482
message RandomSubsettingLoadBalancingConfig {
483-
// Number of backends every client will be connected to. The value is
484-
// required and must be greater than 0.
485-
uint32 subset_size = 1;
483+
// Number of backends every client will be connected to. The value is
484+
// required and must be greater than 0.
485+
uint32 subset_size = 1;
486486

487-
// The configuration for the child policy. The value is required.
488-
repeated LoadBalancingConfig child_policy = 2;
487+
// The configuration for the child policy. The value is required.
488+
repeated LoadBalancingConfig child_policy = 2;
489489
}
490490

491491
// Selects LB policy and provides corresponding configuration.

0 commit comments

Comments
 (0)