From c2759236213dc4414dc78baa10340f4e4a40ccae Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Tue, 13 Aug 2024 14:41:49 +0200 Subject: [PATCH] Fix indent --- common/src/app/common/files/changes_builder.cljc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/src/app/common/files/changes_builder.cljc b/common/src/app/common/files/changes_builder.cljc index 34f74c9802..b4486a6d4f 100644 --- a/common/src/app/common/files/changes_builder.cljc +++ b/common/src/app/common/files/changes_builder.cljc @@ -328,7 +328,7 @@ (update :redo-changes conj add-change) (cond-> (and (ctk/in-component-copy? parent) (not ignore-touched)) - (update :undo-changes conj restore-touched-change)) + (update :undo-changes conj restore-touched-change)) (update :undo-changes conj del-change) (apply-changes-local))))) @@ -389,7 +389,7 @@ (update :redo-changes conj set-parent-change) (cond-> (ctk/in-component-copy? parent) - (update :undo-changes conj restore-touched-change)) + (update :undo-changes conj restore-touched-change)) (update :undo-changes #(reduce mk-undo-change % shapes)) (apply-changes-local)))))