From be1f02e1d9e0c5e8a54eeee3e389d02d8f3c80cd Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Fri, 2 Dec 2022 04:20:06 +0100 Subject: [PATCH] Fix code style --- Backend/Startup.cs | 2 +- Pages/Error.cshtml | 2 +- Pages/NowPlaying.cshtml | 2 +- Pages/Shared/_Layout.cshtml | 2 +- zotan.pw-web.csproj | 24 ++++++++++++------------ 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Backend/Startup.cs b/Backend/Startup.cs index a6d4c5e..03bfa18 100644 --- a/Backend/Startup.cs +++ b/Backend/Startup.cs @@ -41,4 +41,4 @@ app.UseAuthorization(); app.MapRazorPages(); app.MapControllers(); -app.Run(); +app.Run(); \ No newline at end of file diff --git a/Pages/Error.cshtml b/Pages/Error.cshtml index f9e3a88..131f072 100644 --- a/Pages/Error.cshtml +++ b/Pages/Error.cshtml @@ -24,4 +24,4 @@ else {

Request ID: @Model.RequestId

-} +} \ No newline at end of file diff --git a/Pages/NowPlaying.cshtml b/Pages/NowPlaying.cshtml index 2b3fd36..76198ba 100644 --- a/Pages/NowPlaying.cshtml +++ b/Pages/NowPlaying.cshtml @@ -25,4 +25,4 @@ } - + \ No newline at end of file diff --git a/Pages/Shared/_Layout.cshtml b/Pages/Shared/_Layout.cshtml index 3dc67ff..099e7a6 100644 --- a/Pages/Shared/_Layout.cshtml +++ b/Pages/Shared/_Layout.cshtml @@ -57,4 +57,4 @@ @await RenderSectionAsync("postfooter", false) - + \ No newline at end of file diff --git a/zotan.pw-web.csproj b/zotan.pw-web.csproj index 7cf7d0c..0e20773 100644 --- a/zotan.pw-web.csproj +++ b/zotan.pw-web.csproj @@ -8,28 +8,28 @@ - - - - - - - + + + + + + + - - - + + + - <_ContentIncludedByDefault Remove="Pages\ErrorPages\404.cshtml" /> + <_ContentIncludedByDefault Remove="Pages\ErrorPages\404.cshtml"/> - +