From 99323a05effeeb91f1ce8a4b38a4fb9792704a28 Mon Sep 17 00:00:00 2001 From: erik Date: Wed, 29 May 2024 15:09:10 +0200 Subject: [PATCH] Format --- src/main/dda/masto_embed/to_html.cljs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/dda/masto_embed/to_html.cljs b/src/main/dda/masto_embed/to_html.cljs index 759d813..f966a2f 100644 --- a/src/main/dda/masto_embed/to_html.cljs +++ b/src/main/dda/masto_embed/to_html.cljs @@ -46,8 +46,7 @@ (cm/replace-all-matching-values-by-new-value "DISPLAY_NAME" display_name) (cm/replace-all-matching-values-by-new-value "ACCOUNT_NAME" (str "@" username)) (cm/replace-all-matching-values-by-new-value "DATETIME" created_at) - (cm/replace-all-matching-values-by-new-value "TIME" (t/unparse (t/formatter "EEEE, dd MMMM yyyy") date)) - ))) + (cm/replace-all-matching-values-by-new-value "TIME" (t/unparse (t/formatter "EEEE, dd MMMM yyyy") date))))) (defn masto-content->html [html content] (-> html