Skip to content

Commit 2c4cfb3

Browse files
committed
drop another empty string from logging.
1 parent a395e34 commit 2c4cfb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csv_util.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ csv_linesplit(const QString& string, const QString& delimited_by,
227227
}
228228

229229
if (enclosed) {
230-
Warning() << "" <<
230+
Warning() <<
231231
"Warning- Unbalanced Field Enclosures" <<
232232
enclosed_in <<
233233
"on line" <<

0 commit comments

Comments
 (0)