Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Oct 19, 2017
1 parent 94bc2d0 commit 4b9cc05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ function randomatic(pattern, length, options) {
length = pattern.length;

} else if (isNumber(pattern)) {
options = {}; length = pattern; pattern = '*';
options = {};
length = pattern;
pattern = '*';
}
}

Expand Down

0 comments on commit 4b9cc05

Please sign in to comment.