Skip to content

Commit

Permalink
Automated commit of generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 28, 2024
1 parent 9f4ef5a commit 2456c87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ internal fun DataColumn<String?>.tryParseImpl(options: ParserOptions?): DataColu

else -> {
val trimmed = str.trim()
val res = parserWithOptions(trimmed) ?: continue
val res = parserWithOptions(trimmed) ?: break
parsedValues += res
hasNotNulls = true
}
Expand Down

0 comments on commit 2456c87

Please sign in to comment.