Skip to content

Commit 846bf1b

Browse files
Make linter happy
1 parent 95ca3ae commit 846bf1b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/_libs/src/parser/tokenizer.c

+1-2
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)