Skip to content

Commit

Permalink
testing(require-param): fix test source (part of gajus#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Jul 13, 2019
1 parent be771ec commit 9fab87c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5606,7 +5606,7 @@ function quux (foo) {
// Message: Missing JSDoc @param "foo" declaration.

/**
*
* @param
*/
function quux (foo) {

Expand Down
2 changes: 1 addition & 1 deletion test/rules/assertions/requireParam.js
Expand Up @@ -24,7 +24,7 @@ export default {
{
code: `
/**
*
* @param
*/
function quux (foo) {
Expand Down

0 comments on commit 9fab87c

Please sign in to comment.