Skip to content

Commit d071bb5

Browse files
committed
fix intendation
1 parent aaba41b commit d071bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/missing.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def is_float_nan(values: ndarray) -> ndarray:
269269
for i in range(N):
270270
val = values[i]
271271
if util.is_nan(val):
272-
result[i] = True
272+
result[i] = True
273273
return result.view(bool)
274274

275275

0 commit comments

Comments
 (0)