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:
parent
e235b2a63c
commit
cc4cc4747e
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue