aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext/credentials.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/node/ext/credentials.cc')
-rw-r--r--src/node/ext/credentials.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/node/ext/credentials.cc b/src/node/ext/credentials.cc
index f9cd2fcfe0..c8859ed941 100644
--- a/src/node/ext/credentials.cc
+++ b/src/node/ext/credentials.cc
@@ -157,8 +157,7 @@ NAN_METHOD(Credentials::CreateSsl) {
}
NanReturnValue(WrapStruct(grpc_ssl_credentials_create(
- root_certs,
- key_cert_pair.private_key == NULL ? NULL : &key_cert_pair)));
+ root_certs, key_cert_pair.private_key == NULL ? NULL : &key_cert_pair)));
}
NAN_METHOD(Credentials::CreateComposite) {