🐛 Fix scripts/fmt
Some checks failed
Commit Message Check / Check Commit Message (push) Has been cancelled
CI / Linter (push) Has been cancelled
CI / Common Tests (push) Has been cancelled
CI / Frontend Tests (push) Has been cancelled
CI / Render WASM Tests (push) Has been cancelled
CI / Backend Tests (push) Has been cancelled
CI / Library Tests (push) Has been cancelled
CI / Build Integration Bundle (push) Has been cancelled
CI / Integration Tests 1/4 (push) Has been cancelled
CI / Integration Tests 2/4 (push) Has been cancelled
CI / Integration Tests 3/4 (push) Has been cancelled
CI / Integration Tests 4/4 (push) Has been cancelled

This commit is contained in:
Andrey Antukh
2025-12-02 17:31:49 +01:00
parent eeaf28bb25
commit 9123d199b7

View File

@@ -2,7 +2,7 @@
set -ex set -ex
cljfmt --parallel=true \ cljfmt --parallel=true fix \
common/src/ \ common/src/ \
common/test/ \ common/test/ \
frontend/src/ \ frontend/src/ \