Convert spaces to tabs
This commit is contained in:
parent
4576eec78a
commit
db04c07c60
17 changed files with 327 additions and 327 deletions
|
@ -1,3 +1,3 @@
|
|||
module.exports = function (min, max) {
|
||||
return Math.floor(Math.random() * (max - min + 1) + min);
|
||||
return Math.floor(Math.random() * (max - min + 1) + min);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue