Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
kiel-apple committed Oct 31, 2024
1 parent bb09a76 commit a3ba7d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/darwin/Framework/CHIPTests/MTRCertificateTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,11 @@ - (void)testGenerateIntermediateCert
CFAutorelease(intermediatePublicKey);

__auto_type * intermediateCert = [MTRCertificates createIntermediateCertificate:rootKeys
rootCertificate:rootCert
intermediatePublicKey:intermediatePublicKey
issuerID:nil
fabricID:nil
error:nil];
rootCertificate:rootCert
intermediatePublicKey:intermediatePublicKey
issuerID:nil
fabricID:nil
error:nil];
XCTAssertNotNil(intermediateCert);

// Test round-trip through TLV format.
Expand Down

0 comments on commit a3ba7d2

Please sign in to comment.