Browse Source

SwiftFormat

Brandon Toms 3 years ago
parent
commit
0fda878644
1 changed files with 2 additions and 2 deletions
  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