From 61f070744ae0bbf4c22c1302529a0b8883b72ba1 Mon Sep 17 00:00:00 2001 From: "Jade (Rose) Rowland" Date: Mon, 14 Oct 2024 13:09:24 -0400 Subject: [PATCH] fix: lint --- packages/core/controls.mjs | 2 +- packages/superdough/synth.mjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/controls.mjs b/packages/core/controls.mjs index e66326db..5a275294 100644 --- a/packages/core/controls.mjs +++ b/packages/core/controls.mjs @@ -1613,4 +1613,4 @@ export const ar = register('ar', (t, pat) => { t = !Array.isArray(t) ? [t] : t; const [attack, release = attack] = t; return pat.set({ attack, release }); -}); \ No newline at end of file +}); diff --git a/packages/superdough/synth.mjs b/packages/superdough/synth.mjs index cb556030..621a6e59 100644 --- a/packages/superdough/synth.mjs +++ b/packages/superdough/synth.mjs @@ -249,4 +249,4 @@ export function getOscillator(s, t, value) { // envGain?.stop(time); }, }; -} \ No newline at end of file +}