Skip to content

Commit

Permalink
fix intendation
Browse files Browse the repository at this point in the history
  • Loading branch information
realead committed Jan 19, 2022
1 parent ac460d1 commit 0877371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/_libs/missing.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def is_float_nan(values: ndarray) -> ndarray:
for i in range(N):
val = values[i]
if util.is_nan(val):
result[i] = True
result[i] = True
return result.view(bool)


Expand Down

0 comments on commit 0877371

Please sign in to comment.