Skip to content

Commit

Permalink
style: format code with dotnet-format (#382)
Browse files Browse the repository at this point in the history
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
  • Loading branch information
deepsource-autofix[bot] authored Oct 20, 2023
1 parent 9348384 commit a4b3121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MauiTabView/MainPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public partial class MainPage : ContentPage
public MainPage()
{
InitializeComponent();

BindingContext = new MainViewModel();
}
}
Expand Down

0 comments on commit a4b3121

Please sign in to comment.