Skip to content

Commit 8685aa5

Browse files
author
Gary Gregory
committed
Checkstyle.
1 parent 17be535 commit 8685aa5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1501,7 +1501,8 @@ private void printWithQuotes(final Object object, final CharSequence value, fina
15011501
*
15021502
* @throws IOException
15031503
*/
1504-
private void printWithQuotes(final Reader reader, final Appendable out, final boolean newRecord) throws IOException {
1504+
private void printWithQuotes(final Reader reader, final Appendable out, final boolean newRecord)
1505+
throws IOException {
15051506
final char quoteChar = getQuoteCharacter().charValue();
15061507

15071508
if (getQuoteMode() == QuoteMode.NONE) {

0 commit comments

Comments
 (0)