diff options
author | Craig Tiller <ctiller@google.com> | 2017-09-07 12:20:12 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-09-07 12:20:12 -0700 |
commit | e5a1b2b087c560b7c8ca3bd21a86875d502b1095 (patch) | |
tree | 689e714d0afd87ddf2d13591d106535df669f042 | |
parent | cd78a50084d8d180c0ed226ea92e92e9569cc174 (diff) |
clang-format
-rw-r--r-- | test/core/debug/stats_test.cc | 3 |
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], |