Skip to content

Commit 856806c

Browse files
committed
CLN: clean up new detected trailing whitespace
1 parent 44ab7a1 commit 856806c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pandas/_libs/src/ujson/lib/ultrajsonenc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ void encode(JSOBJ obj, JSONObjectEncoder *enc, const char *name,
11341134
}
11351135

11361136
break;
1137-
1137+
11381138
}
11391139
}
11401140

pandas/_libs/tslibs/src/datetime/np_datetime.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ int cmp_npy_datetimestruct(const npy_datetimestruct *a,
312312
* object into a NumPy npy_datetimestruct. Uses tzinfo (if present)
313313
* to convert to UTC time.
314314
*
315-
* The following implementation just asks for attributes, and thus
315+
* The following implementation just asks for attributes, and thus
316316
* supports datetime duck typing. The tzinfo time zone conversion
317317
* requires this style of access as well.
318318
*

0 commit comments

Comments
 (0)