Skip to content
Snippets Groups Projects
Commit 1a489070 authored by yang-g's avatar yang-g
Browse files

format code

parent d66ee1a0
No related branches found
No related tags found
No related merge requests found
...@@ -187,7 +187,6 @@ grpc_subchannel *grpc_subchannel_index_register(grpc_exec_ctx *exec_ctx, ...@@ -187,7 +187,6 @@ grpc_subchannel *grpc_subchannel_index_register(grpc_exec_ctx *exec_ctx,
gpr_avl_unref(index, exec_ctx); gpr_avl_unref(index, exec_ctx);
} }
if (need_to_unref_constructed) { if (need_to_unref_constructed) {
GRPC_SUBCHANNEL_UNREF(exec_ctx, constructed, "index_register"); GRPC_SUBCHANNEL_UNREF(exec_ctx, constructed, "index_register");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment