Skip to content

Commit 8dd1e7e

Browse files
Whitespace recommendations from code review.
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 7576d8e commit 8dd1e7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/_libs/window/aggregations.pyx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1109,8 +1109,8 @@ def _roll_min_max(
11091109

11101110
valid_start = -minp
11111111

1112-
last_end =0
1113-
last_start=-1
1112+
last_end = 0
1113+
last_start = -1
11141114

11151115
for i in range(N):
11161116
this_start = start[i]

0 commit comments

Comments
 (0)