diff --git a/src/core/ext/filters/client_channel/client_channel_channelz.cc b/src/core/ext/filters/client_channel/client_channel_channelz.cc index 3076c1c1420..a489685df40 100644 --- a/src/core/ext/filters/client_channel/client_channel_channelz.cc +++ b/src/core/ext/filters/client_channel/client_channel_channelz.cc @@ -47,7 +47,8 @@ void SubchannelNode::SetChildSocketUuid(intptr_t uuid) { } void SubchannelNode::PopulateConnectivityState(grpc_json* json) { - grpc_connectivity_state state = connectivity_state_.Load(MemoryOrder::RELAXED); + grpc_connectivity_state state = + connectivity_state_.Load(MemoryOrder::RELAXED); json = grpc_json_create_child(nullptr, json, "state", nullptr, GRPC_JSON_OBJECT, false); grpc_json_create_child(nullptr, json, "state",