📎 Fix linter issues

This commit is contained in:
Andrey Antukh 2025-01-30 14:41:33 +01:00
parent 10ca2b20e4
commit 1af99f534b
5 changed files with 10 additions and 4 deletions

View file

@ -9,7 +9,7 @@
:modules
{:test {:init-fn common-tests.runner/-main
:prepend-js "globalThis.navigator = {userAgent: \"\"}"}}}
:prepend-js ";if (typeof globalThis.navigator?.userAgent === 'undefined') { globalThis.navigator = {userAgent: ''}; };"}}}
:bench
{:target :node-script

View file

@ -494,7 +494,7 @@
(let [repair-shape
(fn [shape]
;; Remove the swap slot
(log/debug :hint (str " -> remove swap-slot"))
(log/debug :hint " -> remove swap-slot")
(ctk/remove-swap-slot shape))]
(log/dbg :hint "repairing shape :misplaced-slot" :id (:id shape) :name (:name shape) :page-id page-id)