Skip to content

Commit

Permalink
white spaces argghhh
Browse files Browse the repository at this point in the history
  • Loading branch information
RagingKore committed Apr 12, 2024
1 parent ee0b4fd commit 26ae29a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/EventStore.Client/Certificates/X509Certificates.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
namespace EventStore.Client;

static class X509Certificates {

// TODO SS: Use .NET 8 X509Certificate2.CreateFromPemFile(certPemFilePath, keyPemFilePath) once the Windows32Exception issue is resolved
public static X509Certificate2 CreateFromPemFile(string certPemFilePath, string keyPemFilePath) {
try {
Expand All @@ -37,8 +36,6 @@ public static X509Certificate2 CreateFromPemFile(string certPemFilePath, string
// public static X509Certificate2 CreateFromPemFile(string certPemFilePath, string keyPemFilePath) =>
// X509Certificate2.CreateFromPemFile(certPemFilePath, keyPemFilePath);
}


}

public static class RsaExtensions {
Expand Down

0 comments on commit 26ae29a

Please sign in to comment.