Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyMakkison committed Dec 9, 2023
1 parent 0ab4f9d commit 15a4ee0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ public static Task VerifySolution(string source)
{
var test = new Test
{
TestBehaviors = TestBehaviors.SkipGeneratedSourcesCheck, TestState = { Sources = { source }, },
TestBehaviors = TestBehaviors.SkipGeneratedSourcesCheck,
TestState = { Sources = { source }, },
};
return test.RunAsync();
}
Expand Down

0 comments on commit 15a4ee0

Please sign in to comment.