瀏覽代碼

SwiftFormat

Brandon Toms 3 年之前
父節點
當前提交
0fda878644
共有 1 個文件被更改,包括 2 次插入2 次删除
  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