Codacy style changes for test files
This commit is contained in:
@ -1,3 +1,2 @@
|
||||
const RGBToHex = (r, g, b) => ((r << 16) + (g << 8) + b).toString(16).padStart(6, '0');
|
||||
|
||||
module.exports = RGBToHex;
|
||||
module.exports = RGBToHex;
|
||||
|
||||
Reference in New Issue
Block a user