Skip to content

Commit 21c56bf

Browse files
Automated dotnet-format update (#190)
1 parent b322cee commit 21c56bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/HotChocolateGraphQL.Mobile/Pages/BasePage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace HotChocolateGraphQL.Mobile;
66

7-
abstract partial class BasePage<TViewModel> : BasePage where TViewModel : BaseViewModel
7+
abstract partial class BasePage<TViewModel> : BasePage where TViewModel : BaseViewModel
88
{
99
protected BasePage(in TViewModel viewModel, in string? title = null, in bool shouldUseSafeArea = true) : base(viewModel, title)
1010
{

0 commit comments

Comments
 (0)