Skip to content

Commit

Permalink
style: format code with dotnet-format
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 9348384 according to the output
from dotnet-format.

Details: None
  • Loading branch information
deepsource-autofix[bot] authored Oct 20, 2023
1 parent 9348384 commit 76cba39
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 76cba39

Please sign in to comment.