mirror of https://github.com/grpc/grpc-node.git
Sanitize files
This commit is contained in:
parent
c18334aa30
commit
cb1676a943
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
* Copyright 2015, Google Inc.
|
* Copyright 2015-2016, Google Inc.
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -40,4 +40,4 @@ message LongValues {
|
||||||
message SequenceValues {
|
message SequenceValues {
|
||||||
bytes bytes_field = 1;
|
bytes bytes_field = 1;
|
||||||
repeated int32 repeated_field = 2;
|
repeated int32 repeated_field = 2;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue