From f8d32162460305ae17c3f0a6c74cead09cb9f930 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 14:48:25 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- src/core/on/on.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/on/on.ts b/src/core/on/on.ts index 13d3f08..0617a96 100644 --- a/src/core/on/on.ts +++ b/src/core/on/on.ts @@ -74,4 +74,4 @@ export const off: OFF = (...params: AddEventParams) => { const [event, element, listener, options] = params; register(element, { event, listener, options, type: "remove" }); -}; \ No newline at end of file +};