Remove extra blank line.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1383567 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2012-09-11 19:25:12 +00:00
parent e235b2a63c
commit cc4cc4747e
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ public class CSVPrinter {
public CSVPrinter(Appendable out, CSVFormat format) {
this.out = out;
this.format = format == null ? CSVFormat.DEFAULT : format;
this.format.validate();
}