Skip to content

Commit b993abb

Browse files
committed
Checkstyle: Line has trailing spaces.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1602902 13f79535-47bb-0310-9956-ffa450edef68
1 parent 229b3b7 commit b993abb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/csv/CSVPrinter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public final class CSVPrinter implements Flushable, Closeable {
4848
* Currently, only a pure encapsulation format or a pure escaping format is supported. Hybrid formats (encapsulation
4949
* and escaping with a different character) are not supported.
5050
* </p>
51-
*
51+
*
5252
* @param out
5353
* stream to which to print. Must not be null.
5454
* @param format

0 commit comments

Comments
 (0)