Skip to content

Commit

Permalink
remove parentheses from constructor call
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubLinhart committed Jun 18, 2023
1 parent 7a1ffdd commit 67bd1ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ public enum Foobar

private static Task VerifyCSharpFixAsync(string testCode, string fixedCode)
{
var test = new CSharpTest()
var test = new CSharpTest
{
ReferenceAssemblies = ReferenceAssemblies.Net.Net60,
TestState =
Expand Down

0 comments on commit 67bd1ba

Please sign in to comment.