Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
baarde committed Jan 21, 2025
1 parent f67f034 commit 849158f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Tests/X509Tests/CSRTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,9 @@ final class CSRTests: XCTestCase {
XCTAssertEqual(csr.signatureAlgorithm.description, "SignatureAlgorithm.ed25519")
}

private func generateCertificateSigningRequest(privateKey: Certificate.PrivateKey) throws -> CertificateSigningRequest {
private func generateCertificateSigningRequest(
privateKey: Certificate.PrivateKey
) throws -> CertificateSigningRequest {
try CertificateSigningRequest(
version: .v1,
subject: DistinguishedName { CommonName("test") },
Expand Down

0 comments on commit 849158f

Please sign in to comment.