diff --git a/apps/lcars/lcars.app.js b/apps/lcars/lcars.app.js index 8d67dddda..026f02960 100644 --- a/apps/lcars/lcars.app.js +++ b/apps/lcars/lcars.app.js @@ -196,7 +196,7 @@ function randomColors() { let color2 = bg_code[Math.floor(Math.random() * bg_code.length)]; let color3 = bg_code[Math.floor(Math.random() * bg_code.length)]; } -}; +} /** * This function plots a data row in LCARS style.