Skip to content

Commit 17c9f9e

Browse files
committed
Fix formatting
1 parent c41ebb0 commit 17c9f9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/csv/issues/JiraCsv148Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public void testWithIgnoreSurroundingSpacesEmpty() {
4444
/**
4545
* The difference between withTrim()and withIgnoreSurroundingSpace(): difference: withTrim() can remove the leading
4646
* and trailing spaces and newlines in quotation marks, while withIgnoreSurroundingSpace() cannot The same point:
47-
* you can remove the leading and trailing spaces,tabs and other symbols.
47+
* you can remove the leading and trailing spaces, tabs and other symbols.
4848
*/
4949
@Test
5050
public void testWithTrimEmpty() {

0 commit comments

Comments
 (0)