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