Skip to content

Commit

Permalink
fix spacing around keyword assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
jrha committed Jul 16, 2024
1 parent 5075648 commit bfa72bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_synciter2(self):
onlyleft = []
keyequal = []
# key is the first element
for a, b in mrepo.synciter(left, right, key = lambda x: x[0]):
for a, b in mrepo.synciter(left, right, key=lambda x: x[0]):
if a is None:
onlyright.append(b)
elif b is None:
Expand Down

0 comments on commit bfa72bc

Please sign in to comment.