From e46b34efc7122178fc16b6789cc55d92a90519d5 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 13 Apr 2026 15:41:38 +0200 Subject: [PATCH] :paperclip: Fix formatting issues --- common/src/app/common/files/builder.cljc | 8 ++++---- common/test/common_tests/runner.cljc | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/src/app/common/files/builder.cljc b/common/src/app/common/files/builder.cljc index 84c0381f0d..cc3dd11879 100644 --- a/common/src/app/common/files/builder.cljc +++ b/common/src/app/common/files/builder.cljc @@ -573,10 +573,10 @@ file-id (get state ::current-file-id) - {:keys [id width height name]} - (-> params - (update :id default-uuid) - (check-add-file-media))] + {:keys [id width height name]} + (-> params + (update :id default-uuid) + (check-add-file-media))] (-> state (update ::blobs assoc media-id blob) diff --git a/common/test/common_tests/runner.cljc b/common/test/common_tests/runner.cljc index 489e71f7ef..6df8243077 100644 --- a/common/test/common_tests/runner.cljc +++ b/common/test/common_tests/runner.cljc @@ -10,8 +10,8 @@ [common-tests.buffer-test] [common-tests.colors-test] [common-tests.data-test] - [common-tests.files-changes-test] [common-tests.files-builder-test] + [common-tests.files-changes-test] [common-tests.files-migrations-test] [common-tests.geom-align-test] [common-tests.geom-bounds-map-test]