Brandon Toms 3 жил өмнө
parent
commit
0fda878644

+ 2 - 2
Tests/CryptoSwiftTests/RSASecKeyTests.swift

@@ -53,7 +53,7 @@
       XCTAssertEqual(rsaSecKeyRawRep, Data(rsaCryptoSwiftRawRep))
       XCTAssertEqual(rsaSecKeyRawRep, try rsaCryptoSwift.publicKeyExternalRepresentation())
     }
-    
+
     /// From CryptoSwift RSA -> External Representation -> SecKey
     ///
     /// This test enforces that
@@ -133,7 +133,7 @@
       XCTAssertNil(rsaCryptoSwift.d)
       XCTAssertEqual(rsaSecKeyRawRep, try rsaCryptoSwift.externalRepresentation())
     }
-    
+
     /// From SecKey -> External Representation -> CryptoSwift RSA
     ///
     /// This test enforces that