fix: lint

pull/11293/head
Tienson Qin 2024-04-25 20:57:12 +08:00
parent b84ea96160
commit 98a2cfdb80
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
(defn- gen-remove-block-op (defn- gen-remove-block-op
[db] [db]
(gen/let [block-uuid (gen-block-uuid db {:non-exist-frequency 90}) (gen/let [block-uuid (gen-block-uuid db {:non-exist-frequency 90})
[parent left] (gen-parent-left-pair db) [parent left] (gen-parent-left-pair db block-uuid)
content gen/string-alphanumeric] content gen/string-alphanumeric]
[:frontend.worker.undo-redo/remove-block [:frontend.worker.undo-redo/remove-block
{:block-uuid block-uuid {:block-uuid block-uuid