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 17c9f9e5 Fix formatting 17c9f9e5 is described below commit 17c9f9e5012b67dd06b67d58473c1f8d8cc1653a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jul 8 09:21:08 2023 -0400 Fix formatting --- src/test/java/org/apache/commons/csv/issues/JiraCsv148Test.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/csv/issues/JiraCsv148Test.java b/src/test/java/org/apache/commons/csv/issues/JiraCsv148Test.java index fca6bec2..315d2bf7 100644 --- a/src/test/java/org/apache/commons/csv/issues/JiraCsv148Test.java +++ b/src/test/java/org/apache/commons/csv/issues/JiraCsv148Test.java @@ -44,7 +44,7 @@ public class JiraCsv148Test { /** * The difference between withTrim()and withIgnoreSurroundingSpace(): difference: withTrim() can remove the leading * and trailing spaces and newlines in quotation marks, while withIgnoreSurroundingSpace() cannot The same point: - * you can remove the leading and trailing spaces,tabs and other symbols. + * you can remove the leading and trailing spaces, tabs and other symbols. */ @Test public void testWithTrimEmpty() {