From fa0c73146c0a064355f238270b8dee6210d3724d Mon Sep 17 00:00:00 2001 From: Karthik Ravi Shankar Date: Mon, 29 Jun 2020 17:28:11 -0700 Subject: [PATCH] Fix formatting issue --- test/core/security/fetch_oauth2.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/core/security/fetch_oauth2.cc b/test/core/security/fetch_oauth2.cc index 393c0a3e511..99d7c76d0d3 100644 --- a/test/core/security/fetch_oauth2.cc +++ b/test/core/security/fetch_oauth2.cc @@ -38,8 +38,7 @@ static grpc_call_credentials* create_sts_creds(const char* json_file_path) { grpc::experimental::StsCredentialsOptions options; if (strlen(json_file_path) == 0) { - auto status = - grpc::experimental::StsCredentialsOptionsFromEnv(&options); + auto status = grpc::experimental::StsCredentialsOptionsFromEnv(&options); if (!status.ok()) { gpr_log(GPR_ERROR, "%s", status.error_message().c_str()); return nullptr;