Skip to content

Commit 0fda878

Browse files
committed
SwiftFormat
1 parent a8e8274 commit 0fda878

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/CryptoSwiftTests/RSASecKeyTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
XCTAssertEqual(rsaSecKeyRawRep, Data(rsaCryptoSwiftRawRep))
5454
XCTAssertEqual(rsaSecKeyRawRep, try rsaCryptoSwift.publicKeyExternalRepresentation())
5555
}
56-
56+
5757
/// From CryptoSwift RSA -> External Representation -> SecKey
5858
///
5959
/// This test enforces that
@@ -133,7 +133,7 @@
133133
XCTAssertNil(rsaCryptoSwift.d)
134134
XCTAssertEqual(rsaSecKeyRawRep, try rsaCryptoSwift.externalRepresentation())
135135
}
136-
136+
137137
/// From SecKey -> External Representation -> CryptoSwift RSA
138138
///
139139
/// This test enforces that

0 commit comments

Comments
 (0)