Skip to content

Commit 11b29b5

Browse files
lint fixes
1 parent 6053235 commit 11b29b5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ext/descriptor/index.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,9 @@ var unnamedMessageIndex = 0;
213213

214214
/**
215215
* Creates a type from a descriptor.
216-
*
216+
*
217217
* Warning: this is not safe to use with editions protos, since it discards relevant file context.
218-
*
218+
*
219219
* @param {IDescriptorProto|Reader|Uint8Array} descriptor Descriptor
220220
* @param {string} [edition="proto2"] The syntax or edition to use
221221
* @param {boolean} [nested=false] Whether or not this is a nested object
@@ -400,7 +400,7 @@ var numberRe = /^(?![eE])[0-9]*(?:\.[0-9]*)?(?:[eE][+-]?[0-9]+)?$/;
400400
* Creates a field from a descriptor.
401401
*
402402
* Warning: this is not safe to use with editions protos, since it discards relevant file context.
403-
*
403+
*
404404
* @param {IFieldDescriptorProto|Reader|Uint8Array} descriptor Descriptor
405405
* @param {string} [edition="proto2"] The syntax or edition to use
406406
* @param {boolean} [nested=false] Whether or not this is a top-level object
@@ -571,7 +571,7 @@ var unnamedEnumIndex = 0;
571571
* Creates an enum from a descriptor.
572572
*
573573
* Warning: this is not safe to use with editions protos, since it discards relevant file context.
574-
*
574+
*
575575
* @param {IEnumDescriptorProto|Reader|Uint8Array} descriptor Descriptor
576576
* @param {string} [edition="proto2"] The syntax or edition to use
577577
* @param {boolean} [nested=false] Whether or not this is a top-level object
@@ -637,7 +637,7 @@ var unnamedOneofIndex = 0;
637637
* Creates a oneof from a descriptor.
638638
*
639639
* Warning: this is not safe to use with editions protos, since it discards relevant file context.
640-
*
640+
*
641641
* @param {IOneofDescriptorProto|Reader|Uint8Array} descriptor Descriptor
642642
* @returns {OneOf} OneOf instance
643643
*/
@@ -687,7 +687,7 @@ var unnamedServiceIndex = 0;
687687
* Creates a service from a descriptor.
688688
*
689689
* Warning: this is not safe to use with editions protos, since it discards relevant file context.
690-
*
690+
*
691691
* @param {IServiceDescriptorProto|Reader|Uint8Array} descriptor Descriptor
692692
* @param {string} [edition="proto2"] The syntax or edition to use
693693
* @param {boolean} [nested=false] Whether or not this is a top-level object
@@ -744,7 +744,7 @@ Service.prototype.toDescriptor = function toDescriptor() {
744744
* Properties of a MethodOptions message.
745745
*
746746
* Warning: this is not safe to use with editions protos, since it discards relevant file context.
747-
*
747+
*
748748
* @interface IMethodOptions
749749
* @property {boolean} [deprecated]
750750
*/

0 commit comments

Comments
 (0)