From 8225b5e3ffad7ec31f9e20a2fc6d5ef1a2e7dc20 Mon Sep 17 00:00:00 2001 From: "S. Elliott Johnson" Date: Mon, 8 May 2023 22:17:06 -0600 Subject: [PATCH] Manual cleanup of src/runtime/motion/utils.js --- src/runtime/motion/utils.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/runtime/motion/utils.js b/src/runtime/motion/utils.js index f957bdd335..910429f8d6 100644 --- a/src/runtime/motion/utils.js +++ b/src/runtime/motion/utils.js @@ -1,4 +1,5 @@ -/** @param {any} obj +/** + * @param {any} obj * @returns {boolean} */ export function is_date(obj) {