Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
iritkatriel committed Aug 23, 2022
1 parent fb746ce commit 78f3fa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/test/support/bytecode_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,3 @@ def compareInstructions(self, actual_, expected_):
# pad exp with -1's (if location info is incomplete)
exp += (-1,) * (len(act) - len(exp))
self.assertEqual(exp, act)

0 comments on commit 78f3fa9

Please sign in to comment.