Codacy style changes for test files
This commit is contained in:
@ -5,5 +5,4 @@ const standardDeviation = (arr, usePopulation = false) => {
|
||||
(arr.length - (usePopulation ? 0 : 1))
|
||||
);
|
||||
};
|
||||
|
||||
module.exports = standardDeviation;
|
||||
module.exports = standardDeviation;
|
||||
|
||||
Reference in New Issue
Block a user