]> git.r.bdr.sh - rbdr/tomato-sauce/blobdiff - lib/renderers/fake_color.js
Update code and dpendencies
[rbdr/tomato-sauce] / lib / renderers / fake_color.js
index b03309c365beac8ffb87b7aabcfaaa6b9d2b59c0..d0482dc18543a66ec3e93268e6fbfc11180d3027 100644 (file)
@@ -8,5 +8,5 @@
  */
 module.exports = function (red, blue, green) {
 
-  return `\x1B[28;2;${Math.round(red)};${Math.round(green)};${Math.round(blue)}m`;
+    return `\x1B[28;2;${Math.round(red)};${Math.round(green)};${Math.round(blue)}m`;
 };