This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push:
new 03ebf60 Remove extra space.
03ebf60 is described below
commit 03ebf60ce026b22c3874ad77a912df03dddff0d6
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Nov 6 09:15:46 2021 -0400
Remove extra space.
---
src/test/java/org/apache/commons/io/IOExceptionWithCauseTest.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/test/java/org/apache/commons/io/IOExceptionWithCauseTest.java
b/src/test/java/org/apache/commons/io/IOExceptionWithCauseTest.java
index fa1af2c..5f3e261 100644
--- a/src/test/java/org/apache/commons/io/IOExceptionWithCauseTest.java
+++ b/src/test/java/org/apache/commons/io/IOExceptionWithCauseTest.java
@@ -26,7 +26,6 @@ import org.junit.jupiter.api.Test;
/**
* Tests IOExceptionWithCause
- *
*/
public class IOExceptionWithCauseTest {