From c254254f5712c07a8e1fb0503407101737a5148b Mon Sep 17 00:00:00 2001 From: Vladimir Rubin Date: Mon, 9 Dec 2024 21:05:13 +0200 Subject: [PATCH] style: fix formatting --- lib/exmr_web/live/exam_live/index.html.heex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/exmr_web/live/exam_live/index.html.heex b/lib/exmr_web/live/exam_live/index.html.heex index 8e38a73..478325e 100644 --- a/lib/exmr_web/live/exam_live/index.html.heex +++ b/lib/exmr_web/live/exam_live/index.html.heex @@ -19,7 +19,9 @@
<%= exam.subject %>
-
<%= exam.date %> | In <%= Date.diff(exam.date, Date.utc_today()) %> days
+
+ <%= exam.date %> | In <%= Date.diff(exam.date, Date.utc_today()) %> days +