From f40339e794b924d0b940c407d68e86eaf404c8ba Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Wed, 2 Aug 2023 12:53:12 -0500 Subject: [PATCH] style: Code cleanup --- src/Recyclarr.Gui/Pages/_Host.cshtml | 2 +- src/Recyclarr.Gui/Pages/_Layout.cshtml | 46 +++++++++++++------------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/Recyclarr.Gui/Pages/_Host.cshtml b/src/Recyclarr.Gui/Pages/_Host.cshtml index 209a6538..01d8266d 100644 --- a/src/Recyclarr.Gui/Pages/_Host.cshtml +++ b/src/Recyclarr.Gui/Pages/_Host.cshtml @@ -2,7 +2,7 @@ @namespace Recyclarr.Gui.Pages @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers @{ - Layout = "_Layout"; + Layout = "_Layout"; } diff --git a/src/Recyclarr.Gui/Pages/_Layout.cshtml b/src/Recyclarr.Gui/Pages/_Layout.cshtml index e1377bc7..e0c3d53e 100644 --- a/src/Recyclarr.Gui/Pages/_Layout.cshtml +++ b/src/Recyclarr.Gui/Pages/_Layout.cshtml @@ -8,32 +8,32 @@ - - - - - - + + + + + + - - - - + + + + - @RenderBody() + @RenderBody() -
- - An error has occurred. This application may no longer respond until reloaded. - - - An unhandled exception has occurred. See browser dev tools for details. - - Reload - 🗙 -
- - +
+ + An error has occurred. This application may no longer respond until reloaded. + + + An unhandled exception has occurred. See browser dev tools for details. + + Reload + 🗙 +
+ +