aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/GRPCCallOptions.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-10-20 13:00:38 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-10-20 13:00:38 -0700
commit9a15b6a5cfa81ab31afb4945cc1ccd8fe5be5665 (patch)
treee5078b70fa37da690cfa062f56e829aa4c75bc2f /src/objective-c/GRPCClient/GRPCCallOptions.h
parentae99d3a5ed45e135f8b9bd9235b252fed56aa417 (diff)
clang-format
Diffstat (limited to 'src/objective-c/GRPCClient/GRPCCallOptions.h')
-rw-r--r--src/objective-c/GRPCClient/GRPCCallOptions.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/objective-c/GRPCClient/GRPCCallOptions.h b/src/objective-c/GRPCClient/GRPCCallOptions.h
index 4a93db84bc..d1daaa1d82 100644
--- a/src/objective-c/GRPCClient/GRPCCallOptions.h
+++ b/src/objective-c/GRPCClient/GRPCCallOptions.h
@@ -27,14 +27,12 @@ typedef NS_ENUM(NSUInteger, GRPCCallSafety) {
/** Signal that the call is idempotent. gRPC is free to use PUT verb. */
GRPCCallSafetyIdempotentRequest = 1,
/**
- * Signal that the call is cacheable and will not affect server state. gRPC is free to use GET
- * verb.
- */
+ * Signal that the call is cacheable and will not affect server state. gRPC is free to use GET
+ * verb.
+ */
GRPCCallSafetyCacheableRequest = 2,
};
-
-
// Compression algorithm to be used by a gRPC call
typedef NS_ENUM(NSInteger, GRPCCompressionAlgorithm) {
GRPCCompressNone = 0,