From 69c97800323891d664d6fe738dc21140632bc52b Mon Sep 17 00:00:00 2001 From: Muxi Yan <mxyan@google.com> Date: Thu, 22 Aug 2019 12:08:30 -0700 Subject: [PATCH] clang-format --- src/objective-c/GRPCClient/GRPCCallOptions.h | 2 ++ src/objective-c/GRPCClient/private/GRPCCore/NSError+GRPC.m | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/objective-c/GRPCClient/GRPCCallOptions.h b/src/objective-c/GRPCClient/GRPCCallOptions.h index d01c828566..e4261b5b5f 100644 --- a/src/objective-c/GRPCClient/GRPCCallOptions.h +++ b/src/objective-c/GRPCClient/GRPCCallOptions.h @@ -158,6 +158,8 @@ NS_ASSUME_NONNULL_BEGIN * identifier defined in \a GRPCTransport or provided by a non-native transport * implementation. If the option is left to be NULL, gRPC will use its default * transport. + * + * This is currently an experimental option. */ @property(readonly) GRPCTransportId transport; diff --git a/src/objective-c/GRPCClient/private/GRPCCore/NSError+GRPC.m b/src/objective-c/GRPCClient/private/GRPCCore/NSError+GRPC.m index a1441221b1..5b5fc6263c 100644 --- a/src/objective-c/GRPCClient/private/GRPCCore/NSError+GRPC.m +++ b/src/objective-c/GRPCClient/private/GRPCCore/NSError+GRPC.m @@ -18,8 +18,8 @@ #import "NSError+GRPC.h" -#include <grpc/grpc.h> #import <GRPCClient/GRPCTypes.h> +#include <grpc/grpc.h> @implementation NSError (GRPC) + (instancetype)grpc_errorFromStatusCode:(grpc_status_code)statusCode -- GitLab