Codacy style changes for test files
This commit is contained in:
@ -5,5 +5,4 @@ const attempt = (fn, ...args) => {
|
||||
return e instanceof Error ? e : new Error(e);
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = attempt;
|
||||
module.exports = attempt;
|
||||
|
||||
Reference in New Issue
Block a user