Skip to content

Commit 0a97403

Browse files
author
Gary Gregory
committed
Format tweak.
1 parent 5fe73a4 commit 0a97403

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/io/function/IOConsumerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ public void testNoopIOConsumer() {
3939
assertDoesNotThrow(() -> IOUtils.close(nullCloseable, noopConsumer));
4040
assertDoesNotThrow(() -> IOUtils.close(new StringReader("s"), noopConsumer));
4141
assertDoesNotThrow(() -> IOUtils.close(new ThrowOnCloseReader(new StringReader("s")), noopConsumer));
42-
4342
}
43+
4444
}

0 commit comments

Comments
 (0)