From be98d248419fbb22db47e8d66b884676fdaf9238 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Fri, 10 Nov 2017 15:26:57 -0800 Subject: clang-format after nullptr changes --- test/core/json/json_stream_error_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/core/json') diff --git a/test/core/json/json_stream_error_test.cc b/test/core/json/json_stream_error_test.cc index 70b00c77f9..b367d3fbf7 100644 --- a/test/core/json/json_stream_error_test.cc +++ b/test/core/json/json_stream_error_test.cc @@ -38,7 +38,7 @@ static uint32_t read_char(void* userdata) { return GRPC_JSON_READ_CHAR_ERROR; } static grpc_json_reader_vtable reader_vtable = { string_clear, nullptr, nullptr, read_char, nullptr, nullptr, - nullptr, nullptr, nullptr, nullptr, nullptr, nullptr}; + nullptr, nullptr, nullptr, nullptr, nullptr, nullptr}; static void read_error() { grpc_json_reader reader; -- cgit v1.2.3