Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkPflug committed Apr 22, 2024
2 parents 144908e + d59e984 commit a778815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Sylvan.Data.Csv/CsvDataReader+Async.cs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ async Task<bool> InitializeReaderAsync(CancellationToken cancel = default)
}
if (this.newLineMode == NewLineMode.Unknown)
{
this.DetectNewLine();
this.newLineMode = this.DetectNewLine();
}

this.minSafe = delimiter < '\r' ? '\r' : delimiter;
Expand Down

0 comments on commit a778815

Please sign in to comment.