From 779ced6da10e35df9273b95928ed182cddecee27 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Sat, 2 Dec 2023 22:36:15 +0100 Subject: Reformat --- MatrixRoomUtils.Web.Server/Pages/Error.cshtml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MatrixRoomUtils.Web.Server/Pages') 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 +} -- cgit 1.5.1