Skip to content

Commit a8e8274

Browse files
committed
SwiftFormat
1 parent 413d71e commit a8e8274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/CryptoSwiftTests/RSATests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ final class RSATests: XCTestCase {
220220

221221
XCTAssertEqual(expectedMessage, String(data: Data(unpadded), encoding: .utf8), "Failed to decrypt the message")
222222
}
223-
223+
224224
/// This test focuses on ensureing that the encryption & decryption round trip works as expected.
225225
///
226226
/// This test enforces that

0 commit comments

Comments
 (0)