mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 17:51:21 +00:00
Fixed function-paren-newline.
This commit is contained in:
@@ -8,8 +8,7 @@ export function uniformSelect(array, size) {
|
||||
}
|
||||
|
||||
return range(size).map(index =>
|
||||
array[parseInt(index * (array.length / (size - (1 - 1e-9))), 10)]
|
||||
);
|
||||
array[parseInt(index * (array.length / (size - (1 - 1e-9))), 10)]);
|
||||
}
|
||||
|
||||
export function insertElement(array, index, element) {
|
||||
|
||||
Reference in New Issue
Block a user