Skip to content

Commit 67bd1ba

Browse files
committed
remove parentheses from constructor call
1 parent 7a1ffdd commit 67bd1ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StyleCop.Analyzers/StyleCop.Analyzers.Test.CSharp10/LayoutRules/SA1516CSharp10UnitTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public enum Foobar
227227

228228
private static Task VerifyCSharpFixAsync(string testCode, string fixedCode)
229229
{
230-
var test = new CSharpTest()
230+
var test = new CSharpTest
231231
{
232232
ReferenceAssemblies = ReferenceAssemblies.Net.Net60,
233233
TestState =

0 commit comments

Comments
 (0)