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]