diff --git a/website/src/repl/helpers.mjs b/website/src/repl/helpers.mjs index d9cae4b73..34c025a15 100644 --- a/website/src/repl/helpers.mjs +++ b/website/src/repl/helpers.mjs @@ -31,4 +31,4 @@ export function getRandomTune() { const randomItem = (arr) => arr[Math.floor(Math.random() * arr.length)]; const [name, code] = randomItem(allTunes); return { name, code }; -} \ No newline at end of file +}