From dd5d7c86d22807c021dd1711eb7dd3daebc5cfcf Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Sat, 30 May 2020 10:44:13 +0100 Subject: Fix up end of file and trailing whitespace. This can be enforced by pre-commit, but correct it separately to make it easier to review. --- tests/thread/mutate_bytearray.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/thread') diff --git a/tests/thread/mutate_bytearray.py b/tests/thread/mutate_bytearray.py index f3276f1b2..f91b2d580 100644 --- a/tests/thread/mutate_bytearray.py +++ b/tests/thread/mutate_bytearray.py @@ -42,4 +42,3 @@ count = [0 for _ in range(256)] for b in ba: count[b] += 1 print(count) - -- cgit v1.2.3