Skip to content

Commit

Permalink
run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl committed Sep 24, 2024
1 parent e73bb3c commit e1abb31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/object.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ ReflectionObject.prototype.setParsedOption = function setParsedOption(name, valu
var features = parsedOptions.find(x => {return Object.prototype.hasOwnProperty.call(x, "features");});
this._proto_features = features.features || {};
}

return this;
};

Expand Down
1 change: 1 addition & 0 deletions src/parse.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ function parse(source, root, options) {
case "required":
if (edition)
throw illegal(token);
break;
case "repeated":
parseField(type, token);
break;
Expand Down

0 comments on commit e1abb31

Please # to comment.