Skip to content

Commit f8fdccd

Browse files
committed
Fix formatting error.
1 parent fe462a4 commit f8fdccd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Microsoft.NetCore.Analyzers/UnitTests/Security/DoNotHardCodeCertificateTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,8 @@ public void TestMethod(string s, string path)
344344
}
345345
}");
346346
}
347-
347+
348+
[Fact]
348349
public void Test_X509Certificate2_NoDiagnostic()
349350
{
350351
VerifyCSharp(@"

0 commit comments

Comments
 (0)