Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Miller committed Nov 14, 2024
1 parent 216c592 commit f66ee18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Maui.DataGrid.Sample/MauiProgram.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ public static MauiApp CreateMauiApp()
builder.ConfigureTests(new TestOptions
{
Assemblies =
{
typeof(MauiProgram).Assembly
}
{
typeof(MauiProgram).Assembly,
},
})
.UseVisualRunner();
#else
Expand Down

0 comments on commit f66ee18

Please sign in to comment.