From a6f05ea8c27891e4c4be59c514d14980e36f8444 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 22 Dec 2021 18:37:29 +0100 Subject: [PATCH] :lipstick: Minor syntax cosmetic changes. --- .../workspace/sidebar/options/menus/measures.cljs | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/menus/measures.cljs b/frontend/src/app/main/ui/workspace/sidebar/options/menus/measures.cljs index 73e29eae9b..fc87a2b3d3 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/menus/measures.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/options/menus/measures.cljs @@ -20,13 +20,14 @@ [app.util.i18n :as i18n :refer [tr]] [rumext.alpha :as mf])) -(def measure-attrs [:proportion-lock - :width :height - :x :y - :rotation - :rx :ry - :r1 :r2 :r3 :r4 - :selrect]) +(def measure-attrs + [:proportion-lock + :width :height + :x :y + :rotation + :rx :ry + :r1 :r2 :r3 :r4 + :selrect]) (defn- attr->string [attr values] (let [value (attr values)]