Skip to content

Commit 9672f74

Browse files
committed
Fix the missing brace
1 parent 49e9272 commit 9672f74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Shared/CertificateGeneration/UnixCertificateManager.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public override TrustLevel GetTrustLevel(X509Certificate2 certificate)
7777
sawTrustFailure = true;
7878
Log.UnixNotTrustedByDotnet();
7979
}
80+
}
8081
finally
8182
{
8283
// Disposing the chain does not dispose the elements we potentially built.

0 commit comments

Comments
 (0)