mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 15:08:27 +02:00
💄 Fix format issues on backend module
This commit is contained in:
parent
99e323dabc
commit
87615ce221
58 changed files with 293 additions and 411 deletions
|
@ -245,8 +245,7 @@
|
|||
(start-worker [input index]
|
||||
(px/thread
|
||||
{:name (str "penpot/srepl/worker/" index)}
|
||||
(run-worker input index)))
|
||||
]
|
||||
(run-worker input index)))]
|
||||
|
||||
(when (fn? on-init) (on-init))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue