Codacy style changes for test files
This commit is contained in:
@ -2,5 +2,4 @@ const palindrome = str => {
|
||||
const s = str.toLowerCase().replace(/[\W_]/g, '');
|
||||
return s === [...s].reverse().join('');
|
||||
};
|
||||
|
||||
module.exports = palindrome;
|
||||
module.exports = palindrome;
|
||||
|
||||
Reference in New Issue
Block a user