Brandon Toms 3 vuotta sitten
vanhempi
commit
0fda878644
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      Tests/CryptoSwiftTests/RSASecKeyTests.swift

+ 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