Skip to content

Commit

Permalink
fantomas again
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorium committed Jul 7, 2024
1 parent 0f989ec commit 820aa86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSharp.Data.Csv.Core/CsvRuntime.fs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module internal CsvReader =
| Char '\n' -> readLines lineNumber
| current ->
seq {
yield
yield
readLine [] (StringBuilder()) current
|> List.rev
|> Array.ofList,
Expand Down

0 comments on commit 820aa86

Please sign in to comment.