Skip to content

Commit

Permalink
Add semicolon (#33082)
Browse files Browse the repository at this point in the history
  • Loading branch information
honeybadgerdontcare committed Mar 4, 2021
1 parent 6c41cb9 commit 53167da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/js/nodejs/index.js
Expand Up @@ -253,7 +253,7 @@ Validator.prototype.init = function() {
} else {
return Promise.resolve(undefined);
}
}
};

/**
* Validates the provided inputString; the htmlFormat can be 'AMP' or
Expand Down

0 comments on commit 53167da

Please sign in to comment.