Skip to content

Commit 1aa7bb2

Browse files
committed
remove trailing whitespaces
1 parent b308ba7 commit 1aa7bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslib.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def array_with_unit_to_datetime(
257257
if prec:
258258
fresult = round(fresult, prec)
259259
result = fresult.astype("M8[ns]", copy=False)
260-
260+
261261
iresult = result.view("i8")
262262
iresult[mask] = NPY_NAT
263263

0 commit comments

Comments
 (0)