mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
run clang-format
This commit is contained in:
parent
3b488e2f67
commit
240ab352a8
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user