Codacy style changes for test files
This commit is contained in:
@ -1,3 +1,2 @@
|
||||
const approximatelyEqual = (v1, v2, epsilon = 0.001) => Math.abs(v1 - v2) < epsilon;
|
||||
|
||||
module.exports = approximatelyEqual;
|
||||
module.exports = approximatelyEqual;
|
||||
|
||||
Reference in New Issue
Block a user