aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--test/core/debug/stats_test.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/core/debug/stats_test.cc b/test/core/debug/stats_test.cc
index bda580f7ca..c85ab3598a 100644
--- a/test/core/debug/stats_test.cc
+++ b/test/core/debug/stats_test.cc
@@ -69,8 +69,7 @@ static int FindExpectedBucket(int i, int j) {
if (j < 0) {
return 0;
}
- if (j >=
- grpc_stats_histo_bucket_boundaries[i][grpc_stats_histo_buckets[i]]) {
+ if (j >= grpc_stats_histo_bucket_boundaries[i][grpc_stats_histo_buckets[i]]) {
return grpc_stats_histo_buckets[i] - 1;
}
return std::upper_bound(grpc_stats_histo_bucket_boundaries[i],