From 8435360c4319c5c45d105c10f0337e9804491528 Mon Sep 17 00:00:00 2001 From: brminnick <13558917+brminnick@users.noreply.github.com> Date: Sat, 13 Jun 2026 00:35:26 +0000 Subject: [PATCH] Automated dotnet-format update --- src/HotChocolateGraphQL.Mobile/Pages/BasePage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HotChocolateGraphQL.Mobile/Pages/BasePage.cs b/src/HotChocolateGraphQL.Mobile/Pages/BasePage.cs index fa440fb..e193715 100644 --- a/src/HotChocolateGraphQL.Mobile/Pages/BasePage.cs +++ b/src/HotChocolateGraphQL.Mobile/Pages/BasePage.cs @@ -4,7 +4,7 @@ namespace HotChocolateGraphQL.Mobile; -abstract partial class BasePage : BasePage where TViewModel : BaseViewModel +abstract partial class BasePage : BasePage where TViewModel : BaseViewModel { protected BasePage(in TViewModel viewModel, in string? title = null, in bool shouldUseSafeArea = true) : base(viewModel, title) {