mirror of https://github.com/grpc/grpc-node.git
Add missing new-lines at end of file
This commit is contained in:
parent
da0983d56a
commit
b56ee7c871
|
@ -1,11 +1,11 @@
|
|||
|
||||
// Copyright 2015, Google Inc.
|
||||
// All rights reserved.
|
||||
//
|
||||
//
|
||||
// Redistribution and use in source and binary forms, with or without
|
||||
// modification, are permitted provided that the following conditions are
|
||||
// met:
|
||||
//
|
||||
//
|
||||
// * Redistributions of source code must retain the above copyright
|
||||
// notice, this list of conditions and the following disclaimer.
|
||||
// * Redistributions in binary form must reproduce the above
|
||||
|
@ -15,7 +15,7 @@
|
|||
// * Neither the name of Google Inc. nor the names of its
|
||||
// contributors may be used to endorse or promote products derived from
|
||||
// this software without specific prior written permission.
|
||||
//
|
||||
//
|
||||
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
|
|
|
@ -135,4 +135,4 @@ if (require.main === module) {
|
|||
/**
|
||||
* See docs for server
|
||||
*/
|
||||
module.exports = server;
|
||||
module.exports = server;
|
||||
|
|
|
@ -59,4 +59,4 @@ service Stock {
|
|||
rpc GetHighestTradePrice(stream StockRequest) returns (StockReply) {
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
2
index.js
2
index.js
|
@ -105,4 +105,4 @@ exports.Credentials = grpc.Credentials;
|
|||
/**
|
||||
* ServerCredentials factories
|
||||
*/
|
||||
exports.ServerCredentials = grpc.ServerCredentials;
|
||||
exports.ServerCredentials = grpc.ServerCredentials;
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
|
||||
// Copyright 2015, Google Inc.
|
||||
// All rights reserved.
|
||||
//
|
||||
//
|
||||
// Redistribution and use in source and binary forms, with or without
|
||||
// modification, are permitted provided that the following conditions are
|
||||
// met:
|
||||
//
|
||||
//
|
||||
// * Redistributions of source code must retain the above copyright
|
||||
// notice, this list of conditions and the following disclaimer.
|
||||
// * Redistributions in binary form must reproduce the above
|
||||
|
@ -15,7 +15,7 @@
|
|||
// * Neither the name of Google Inc. nor the names of its
|
||||
// contributors may be used to endorse or promote products derived from
|
||||
// this software without specific prior written permission.
|
||||
//
|
||||
//
|
||||
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
|
|
|
@ -310,4 +310,4 @@ if (require.main === module) {
|
|||
/**
|
||||
* See docs for runTest
|
||||
*/
|
||||
exports.runTest = runTest;
|
||||
exports.runTest = runTest;
|
||||
|
|
|
@ -201,4 +201,4 @@ if (require.main === module) {
|
|||
/**
|
||||
* See docs for getServer
|
||||
*/
|
||||
exports.getServer = getServer;
|
||||
exports.getServer = getServer;
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
|
||||
// Copyright 2015, Google Inc.
|
||||
// All rights reserved.
|
||||
//
|
||||
//
|
||||
// Redistribution and use in source and binary forms, with or without
|
||||
// modification, are permitted provided that the following conditions are
|
||||
// met:
|
||||
//
|
||||
//
|
||||
// * Redistributions of source code must retain the above copyright
|
||||
// notice, this list of conditions and the following disclaimer.
|
||||
// * Redistributions in binary form must reproduce the above
|
||||
|
@ -15,7 +15,7 @@
|
|||
// * Neither the name of Google Inc. nor the names of its
|
||||
// contributors may be used to endorse or promote products derived from
|
||||
// this software without specific prior written permission.
|
||||
//
|
||||
//
|
||||
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
|
||||
// Copyright 2015, Google Inc.
|
||||
// All rights reserved.
|
||||
//
|
||||
//
|
||||
// Redistribution and use in source and binary forms, with or without
|
||||
// modification, are permitted provided that the following conditions are
|
||||
// met:
|
||||
//
|
||||
//
|
||||
// * Redistributions of source code must retain the above copyright
|
||||
// notice, this list of conditions and the following disclaimer.
|
||||
// * Redistributions in binary form must reproduce the above
|
||||
|
@ -15,7 +15,7 @@
|
|||
// * Neither the name of Google Inc. nor the names of its
|
||||
// contributors may be used to endorse or promote products derived from
|
||||
// this software without specific prior written permission.
|
||||
//
|
||||
//
|
||||
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
|
|
|
@ -125,4 +125,4 @@ exports.fullyQualifiedName = fullyQualifiedName;
|
|||
/**
|
||||
* See docs for wrapIgnoreNull
|
||||
*/
|
||||
exports.wrapIgnoreNull = wrapIgnoreNull;
|
||||
exports.wrapIgnoreNull = wrapIgnoreNull;
|
||||
|
|
|
@ -85,4 +85,4 @@ describe('channel', function() {
|
|||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
@ -89,4 +89,4 @@ describe('constants', function() {
|
|||
'call error missing: ' + callErrorNames[i]);
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
@ -233,4 +233,4 @@ describe('end-to-end', function() {
|
|||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
@ -79,4 +79,4 @@ describe('Interop tests', function() {
|
|||
interop_client.runTest(port, name_override, 'cancel_after_first_response',
|
||||
true, done);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
@ -113,4 +113,4 @@ describe('Math client', function() {
|
|||
done();
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
@ -125,4 +125,4 @@ describe('Cancelling surface client', function() {
|
|||
});
|
||||
call.cancel();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue