remove unnecessary blank line

pull/15544/head
Noah Eisen 7 years ago
parent 39a6bb6c3e
commit e8157e662c
  1. 1
      test/cpp/microbenchmarks/bm_closure.cc

@ -386,7 +386,6 @@ static void BM_ClosureReschedOnExecCtx(benchmark::State& state) {
Rescheduler r(state, grpc_schedule_on_exec_ctx); Rescheduler r(state, grpc_schedule_on_exec_ctx);
r.ScheduleFirst(); r.ScheduleFirst();
grpc_core::ExecCtx::Get()->Flush(); grpc_core::ExecCtx::Get()->Flush();
track_counters.Finish(state); track_counters.Finish(state);
} }
BENCHMARK(BM_ClosureReschedOnExecCtx); BENCHMARK(BM_ClosureReschedOnExecCtx);

Loading…
Cancel
Save