Skip to content

Commit cc4cc47

Browse files
committed
Remove extra blank line.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1383567 13f79535-47bb-0310-9956-ffa450edef68
1 parent e235b2a commit cc4cc47

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ public class CSVPrinter {
4545
public CSVPrinter(Appendable out, CSVFormat format) {
4646
this.out = out;
4747
this.format = format == null ? CSVFormat.DEFAULT : format;
48-
4948
this.format.validate();
5049
}
5150

0 commit comments

Comments
 (0)