Ver Fonte

SwiftFormat

Brandon Toms há 3 anos atrás
pai
commit
a8e82747b1
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Tests/CryptoSwiftTests/RSATests.swift

+ 1 - 1
Tests/CryptoSwiftTests/RSATests.swift

@@ -220,7 +220,7 @@ final class RSATests: XCTestCase {
 
     XCTAssertEqual(expectedMessage, String(data: Data(unpadded), encoding: .utf8), "Failed to decrypt the message")
   }
-  
+
   /// This test focuses on ensureing that the encryption & decryption round trip works as expected.
   ///
   /// This test enforces that