diff options
author | Jordan Bracco <href@random.sh> | 2025-06-25 19:22:59 +0200 |
---|---|---|
committer | Jordan Bracco <href@random.sh> | 2025-06-25 19:22:59 +0200 |
commit | c934e79e5852e05f714b2d542cc2678e287c49b8 (patch) | |
tree | 55779a0168260fce03e4775eacdd613ffc945588 /lib/web/components/message_component.ex | |
parent | updates (diff) |
format.
Diffstat (limited to '')
-rw-r--r-- | lib/web/components/message_component.ex | 1 |
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 |