Skip to content

Commit 07cd456

Browse files
committed
Format nit.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1743734 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1f0d327 commit 07cd456

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ public void testSha512() throws IOException {
333333
DigestUtils.sha512Hex(new ByteArrayInputStream(testData)));
334334
assertEquals(DigestUtils.sha512Hex(testData),
335335
DigestUtils.sha512Hex(ByteBuffer.wrap(testData)));
336-
}
336+
}
337337

338338
@SuppressWarnings("deprecation") // deliberate tests of deprecated code
339339
@Test

0 commit comments

Comments
 (0)