diff options
author | WlodekM <[email protected]> | 2024-08-09 20:46:04 +0300 |
---|---|---|
committer | WlodekM <[email protected]> | 2024-08-09 20:46:04 +0300 |
commit | 80d45efdf7fe6204de5378b2e5536d241d9996df (patch) | |
tree | d602a536ecd4ed6e6f4b86bf8c68499c873297e3 /lib.js | |
parent | 87cb115ac9d37199c9da8487a3810c98544ac240 (diff) |
v1.3.0 (also use prettier (bad idea (why doesnt it have an undo command) ) )
Diffstat (limited to 'lib.js')
-rw-r--r-- | lib.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.js b/lib.js index 64b0d6c..9038650 100644 --- a/lib.js +++ b/lib.js @@ -12,4 +12,4 @@ export function getRandomInt(min, max) { min = Math.ceil(min); max = Math.floor(max); return Math.floor(Math.random() * (max - min + 1)) + min; -} \ No newline at end of file +} |