summaryrefslogtreecommitdiff
path: root/lib/web/components/message_component.ex
diff options
context:
space:
mode:
authorJordan Bracco <href@random.sh>2025-06-25 19:22:59 +0200
committerJordan Bracco <href@random.sh>2025-06-25 19:22:59 +0200
commitc934e79e5852e05f714b2d542cc2678e287c49b8 (patch)
tree55779a0168260fce03e4775eacdd613ffc945588 /lib/web/components/message_component.ex
parentupdates (diff)
format.
Diffstat (limited to '')
-rw-r--r--lib/web/components/message_component.ex1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/web/components/message_component.ex b/lib/web/components/message_component.ex
index 5d0386b..7f9bac7 100644
--- a/lib/web/components/message_component.ex
+++ b/lib/web/components/message_component.ex
@@ -8,5 +8,4 @@ defmodule NolaWeb.MessageComponent do
<div class="inline-block flex-grow cursor-default"><%= @text %></div>
"""
end
-
end