Skip to content

Commit 0001456

Browse files
committed
black format
Signed-off-by: Ethan Mahintorabi <[email protected]>
1 parent 0b9dcc1 commit 0001456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def make_result_file(filename):
4848
def diff_files(file1, file2, ignore=None):
4949
if ignore:
5050
ignore = re.compile(ignore)
51-
51+
5252
report_function = utl.report
5353
if os.environ.get("TEST_SRCDIR", ""):
5454
report_function = print

0 commit comments

Comments
 (0)