Convert spaces to tabs
This commit is contained in:
parent
4576eec78a
commit
db04c07c60
17 changed files with 333 additions and 333 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…
Reference in a new issue