[chore] added prettier
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
const randomInteger = (min, max) => {
|
||||
return Math.floor(Math.random()*(max-min+1)+min);
|
||||
}
|
||||
return Math.floor(Math.random() * (max - min + 1) + min);
|
||||
};
|
||||
|
||||
export {
|
||||
randomInteger
|
||||
};
|
||||
export { randomInteger };
|
||||
|
Reference in New Issue
Block a user