Skip to content

Commit 411767a

Browse files
committed
run formatter
1 parent 30678d5 commit 411767a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/amazonaws/encryptionsdk/internal/DecryptionHandlerTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ public void withNoMaxEdks() {
642642
final byte[] plaintext = new byte[plaintextLen];
643643
decryptionHandler.processBytes(header, 0, header.length, plaintext, 0);
644644
}
645-
645+
646646
@Test
647647
public void validSignatureAcrossMultipleBlocks() {
648648
byte[] ciphertext =

0 commit comments

Comments
 (0)