Skip to content

Commit 7b8cc87

Browse files
committed
Format.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1578189 13f79535-47bb-0310-9956-ffa450edef68
1 parent fa3416d commit 7b8cc87

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/test/java/org/apache/commons/csv/FercGovTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ private enum ContractColumnNames {
4444
@Test
4545
public void testContractFile() throws IOException {
4646
final URL contractData = ClassLoader.getSystemClassLoader().getResource("ferc.gov/contract.txt");
47-
final CSVParser parser = CSVParser.parse(contractData, US_ASCII,
48-
CSVFormat.DEFAULT.withHeader());
47+
final CSVParser parser = CSVParser.parse(contractData, US_ASCII, CSVFormat.DEFAULT.withHeader());
4948
try {
5049
final List<CSVRecord> records = parser.getRecords();
5150
CSVRecord record = records.get(0);

0 commit comments

Comments
 (0)