Skip to content
Snippets Groups Projects
Commit 5a097e1a authored by Demian Katz's avatar Demian Katz
Browse files

Style fix.

parent 59991224
Branches
Tags
No related merge requests found
......@@ -182,7 +182,8 @@ class CsvReader
$bibId = trim($line[$this->template['BIB_ID']]);
if ($bibId == '') {
$this->errors .= "Skipping empty/missing Bib ID: $fn, line $lineNo\n";
$this->errors
.= "Skipping empty/missing Bib ID: $fn, line $lineNo\n";
continue;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment