From cd2aa1035fe593ad236aac081eb2c85348ff16bf Mon Sep 17 00:00:00 2001 From: tanvi-jagtap Date: Mon, 3 Jun 2024 05:27:28 +0000 Subject: [PATCH] Fixing build issue in src/core/lib/channel/context.h --- src/core/lib/channel/context.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/core/lib/channel/context.h b/src/core/lib/channel/context.h index fbe64803a33..46672c9a7ad 100644 --- a/src/core/lib/channel/context.h +++ b/src/core/lib/channel/context.h @@ -28,9 +28,7 @@ /// Call context is represented as an array of \a grpc_call_context_elements. /// This enum represents the indexes into the array, where each index /// contains a different type of value. -typedef enum { - GRPC_CONTEXT_COUNT -} grpc_context_index; +typedef enum { GRPC_CONTEXT_COUNT } grpc_context_index; struct grpc_call_context_element { void* value = nullptr;