Skip to content

Commit a9e6294

Browse files
Make linter happy
1 parent c3aa0dd commit a9e6294

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/_libs/src/parser/tokenizer.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,8 +1192,7 @@ int parser_consume_rows(parser_t *self, size_t nrows) {
11921192
if (word_deletions >= 1) {
11931193
char_count = (self->word_starts[word_deletions - 1] +
11941194
strlen(self->words[word_deletions - 1]) + 1);
1195-
}
1196-
else {
1195+
} else {
11971196
char_count = 1;
11981197
}
11991198

0 commit comments

Comments
 (0)