From 3480a356aa06a34251de981ce769024c3e97b411 Mon Sep 17 00:00:00 2001 From: ComputerGuy <63362464+Ocean-OS@users.noreply.github.com> Date: Mon, 9 Jun 2025 17:47:39 -0700 Subject: [PATCH] actually fix lint --- packages/svelte/src/motion/utils.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/svelte/src/motion/utils.js b/packages/svelte/src/motion/utils.js index 0ce7cff28e..5c7e072b86 100644 --- a/packages/svelte/src/motion/utils.js +++ b/packages/svelte/src/motion/utils.js @@ -10,7 +10,6 @@ export function is_date(obj) { return Object.prototype.toString.call(obj) === '[object Date]'; } - /** * @template {Source} T * @param {T} source @@ -22,4 +21,4 @@ export function tag_if_necessary(source, name) { return /** @type {T} */ (tag(source, name)); } return source; -} \ No newline at end of file +}