Skip to content

Commit d915d75

Browse files
committed
Remove extra blank line.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1380019 13f79535-47bb-0310-9956-ffa450edef68
1 parent fdb6743 commit d915d75

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ public void testShaHex() throws IOException {
231231
DigestUtils.shaHex("abcdbcdecdefdefgefghfghighij" + "hijkijkljklmklmnlmnomnopnopq"));
232232
assertEquals(DigestUtils.shaHex(testData),
233233
DigestUtils.shaHex(new ByteArrayInputStream(testData)));
234-
235234
}
236235

237236
@Test

0 commit comments

Comments
 (0)