diff options
Diffstat (limited to 'MatrixRoomUtils.Web.Server')
-rw-r--r-- | MatrixRoomUtils.Web.Server/Pages/Error.cshtml.cs | 4 | ||||
-rw-r--r-- | MatrixRoomUtils.Web.Server/Program.cs | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/MatrixRoomUtils.Web.Server/Pages/Error.cshtml.cs b/MatrixRoomUtils.Web.Server/Pages/Error.cshtml.cs index 4b918c1..65d5751 100644 --- a/MatrixRoomUtils.Web.Server/Pages/Error.cshtml.cs +++ b/MatrixRoomUtils.Web.Server/Pages/Error.cshtml.cs @@ -1,4 +1,4 @@ -using System.Diagnostics; +using System.Diagnostics; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.RazorPages; @@ -16,4 +16,4 @@ public class ErrorModel : PageModel { public bool ShowRequestId => !string.IsNullOrEmpty(RequestId); public void OnGet() => RequestId = Activity.Current?.Id ?? HttpContext.TraceIdentifier; -} \ No newline at end of file +} diff --git a/MatrixRoomUtils.Web.Server/Program.cs b/MatrixRoomUtils.Web.Server/Program.cs index b5c3869..cad3878 100644 --- a/MatrixRoomUtils.Web.Server/Program.cs +++ b/MatrixRoomUtils.Web.Server/Program.cs @@ -27,4 +27,4 @@ app.MapRazorPages(); app.MapControllers(); app.MapFallbackToFile("index.html"); -app.Run(); \ No newline at end of file +app.Run(); |