mirror of https://github.com/grpc/grpc-node.git
Fix indentation style
This commit is contained in:
parent
9eda26c0d7
commit
ea6d903479
|
@ -196,8 +196,7 @@ function getAuthorizationHeaderFromGoogleCredential(google_credential, url, call
|
|||
callback(err);
|
||||
return;
|
||||
});
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
google_credential.getRequestMetadata(url, function(err, header) {
|
||||
if (err) {
|
||||
callback(err);
|
||||
|
|
Loading…
Reference in New Issue