Skip to content

Commit

Permalink
Run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
tiago-bacelar committed Jun 5, 2023
1 parent 740d2c4 commit 64c9903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/parzival_web/live/landing/home_live/index.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<p class="text-md">
<%= if String.length(activity["location"]) < 15 do
activity["location"]
else
else
String.slice(activity["location"], 0..13) <> "... "
end %>
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<p class="text-md">
<%= if String.length(activity["location"]) < 15 do
activity["location"]
else
else
String.slice(activity["location"], 0..13) <> "... "
end %>
</p>
Expand Down

0 comments on commit 64c9903

Please sign in to comment.