Skip to content

Commit 98283ec

Browse files
committed
Remove trailing whitespace
1 parent 9470956 commit 98283ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/java/org/apache/commons/codec/digest/Md5CryptTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public void testMd5CryptNullData() {
8585
public void testMd5CryptWithEmptySalt() {
8686
assertThrows(IllegalArgumentException.class, () -> Md5Crypt.md5Crypt("secret".getBytes(), ""));
8787
}
88-
88+
8989
@Test
9090
public void testZeroOutInput() {
9191
final byte[] buffer = new byte[200];

src/test/java/org/apache/commons/codec/digest/Sha256CryptTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public void testSha256LargestThanBlocksize() {
9393
// input password is 0-filled on return
9494
assertArrayEquals(new byte[buffer.length], buffer);
9595
}
96-
96+
9797
@Test
9898
public void testZeroOutInput() {
9999
final byte[] buffer = new byte[200];

0 commit comments

Comments
 (0)