format: prettify entire project
This commit is contained in:
2
node_modules/source-map/lib/quick-sort.js
generated
vendored
2
node_modules/source-map/lib/quick-sort.js
generated
vendored
@ -40,7 +40,7 @@ function swap(ary, x, y) {
|
||||
* The upper bound on the range.
|
||||
*/
|
||||
function randomIntInRange(low, high) {
|
||||
return Math.round(low + (Math.random() * (high - low)));
|
||||
return Math.round(low + Math.random() * (high - low));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user