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-csv.git
The following commit(s) were added to refs/heads/master by this push: new e709fff Remove trailing whitespace. e709fff is described below commit e709fffe47362164d5cbb1f4dfd9aa8f180f6591 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jun 17 11:07:45 2020 -0400 Remove trailing whitespace. --- src/test/java/org/apache/commons/csv/CSVParserTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/csv/CSVParserTest.java b/src/test/java/org/apache/commons/csv/CSVParserTest.java index 8c41094..77bbf3e 100644 --- a/src/test/java/org/apache/commons/csv/CSVParserTest.java +++ b/src/test/java/org/apache/commons/csv/CSVParserTest.java @@ -426,7 +426,7 @@ public class CSVParserTest { /** * Tests an exported Excel worksheet with a header row and rows that have more columns than the headers - * + * * @throws Exception */ @Test