From ac1db473f994676450cd9a4445a33fb721449516 Mon Sep 17 00:00:00 2001 From: Inhji Date: Sun, 9 Jul 2023 20:00:01 +0200 Subject: [PATCH] mix format --- .../components/layouts/error.html.heex | 2 +- .../controllers/error_html/404.html.heex | 26 +++++++++---------- .../controllers/error_html/500.html.heex | 26 +++++++++---------- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/lib/chiya_web/components/layouts/error.html.heex b/lib/chiya_web/components/layouts/error.html.heex index f3985a1..0543398 100644 --- a/lib/chiya_web/components/layouts/error.html.heex +++ b/lib/chiya_web/components/layouts/error.html.heex @@ -1 +1 @@ -<%= @inner_content %> \ No newline at end of file +<%= @inner_content %> diff --git a/lib/chiya_web/controllers/error_html/404.html.heex b/lib/chiya_web/controllers/error_html/404.html.heex index 5bc960c..c87ce2e 100644 --- a/lib/chiya_web/controllers/error_html/404.html.heex +++ b/lib/chiya_web/controllers/error_html/404.html.heex @@ -1,14 +1,14 @@ - - Not found - - - - - - <.header class="mx-auto max-w-2xl"> - Not found - <:subtitle>This page went away and never came back. - - - \ No newline at end of file + + Not found + + + + + + <.header class="mx-auto max-w-2xl"> + Not found + <:subtitle>This page went away and never came back. + + + diff --git a/lib/chiya_web/controllers/error_html/500.html.heex b/lib/chiya_web/controllers/error_html/500.html.heex index 66d3b65..084d0bd 100644 --- a/lib/chiya_web/controllers/error_html/500.html.heex +++ b/lib/chiya_web/controllers/error_html/500.html.heex @@ -1,14 +1,14 @@ - - Infernal Server Error - - - - - - <.header class="mx-auto max-w-2xl"> - Infernal Server Error - <:subtitle>Server got hot and went to hell. - - - \ No newline at end of file + + Infernal Server Error + + + + + + <.header class="mx-auto max-w-2xl"> + Infernal Server Error + <:subtitle>Server got hot and went to hell. + + +