From 2d65bc5a3f66e9f2ceaa033fc35d87d1adbf4a2d Mon Sep 17 00:00:00 2001 From: alwx Date: Mon, 4 Dec 2023 12:02:59 +0100 Subject: [PATCH] Small code style update --- src/status_im2/contexts/chat/menus/pinned_messages/style.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_im2/contexts/chat/menus/pinned_messages/style.cljs b/src/status_im2/contexts/chat/menus/pinned_messages/style.cljs index 1878082b46d..67746fbffd9 100644 --- a/src/status_im2/contexts/chat/menus/pinned_messages/style.cljs +++ b/src/status_im2/contexts/chat/menus/pinned_messages/style.cljs @@ -56,4 +56,4 @@ :margin-top 2}) (def list-footer - {:height (when platform/android? 12)}) \ No newline at end of file + {:height (when platform/android? 12)})