Skip to content

Commit 05d531a

Browse files
committed
Fix format nit.
1 parent 41886f5 commit 05d531a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/io/output/CountingOutputStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class CountingOutputStream extends ProxyOutputStream {
3737
*
3838
* @param out the OutputStream to write to
3939
*/
40-
public CountingOutputStream(final OutputStream out ) {
40+
public CountingOutputStream(final OutputStream out) {
4141
super(out);
4242
}
4343

0 commit comments

Comments
 (0)