Skip to content

Commit 8ae50bb

Browse files
committed
Adding empty line at the end of file.
1 parent 8547a3a commit 8ae50bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/lib-graalpython/itertools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,4 +486,4 @@ def _grouper(self, tgtkey):
486486
while self._currkey == tgtkey:
487487
yield self._currvalue
488488
self._currvalue = next(self._iter) # Exit on StopIteration
489-
self._currkey = self._keyfunc(self._currvalue)
489+
self._currkey = self._keyfunc(self._currvalue)

0 commit comments

Comments
 (0)