From f6abb2864bd0573d56703c4cc28842255428001e Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Fri, 13 Jun 2025 13:41:16 -0500 Subject: [PATCH] format --- lib/aprs_web/components/layouts/app.html.heex | 2 +- lib/aprs_web/components/layouts/root.html.heex | 6 +++--- lib/aprs_web/live/packets_live/index.html.heex | 14 +++++++------- lib/parser.ex | 6 +++--- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/lib/aprs_web/components/layouts/app.html.heex b/lib/aprs_web/components/layouts/app.html.heex index fa10840..114cf0d 100644 --- a/lib/aprs_web/components/layouts/app.html.heex +++ b/lib/aprs_web/components/layouts/app.html.heex @@ -50,6 +50,6 @@ > Attempting to reconnect - <%= @inner_content %> + {@inner_content} diff --git a/lib/aprs_web/components/layouts/root.html.heex b/lib/aprs_web/components/layouts/root.html.heex index 717d48f..2f1424c 100644 --- a/lib/aprs_web/components/layouts/root.html.heex +++ b/lib/aprs_web/components/layouts/root.html.heex @@ -5,7 +5,7 @@ <.live_title suffix=" ยท Phoenix Framework"> - <%= assigns[:page_title] || "Aprs" %> + {assigns[:page_title] || "Aprs"}