From 0942bf19eac6602ecf6dc57974963f2182aa6c77 Mon Sep 17 00:00:00 2001 From: Percs <83934299+Percslol@users.noreply.github.com> Date: Sat, 7 Sep 2024 13:36:53 -0500 Subject: [PATCH] chore: prettier --- src/core.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core.js b/src/core.js index 418c428..df77df6 100644 --- a/src/core.js +++ b/src/core.js @@ -426,8 +426,8 @@ export function h(type, props, ...children) { useProp('class', (classlist) => { assert( typeof classlist === 'string' || - classlist instanceof Array || - isDLPtr(classlist), + classlist instanceof Array || + isDLPtr(classlist), 'class must be a string or ar ray (r pointer)' ) if (typeof classlist === 'string') {