Skip to content

Commit b6ec2bf

Browse files
committed
Fix a whitespace issue
1 parent 60a96ff commit b6ec2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_zipapp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def test_create_archive_self_insertion(self):
102102
self.assertEqual(len(z.namelist()), 2)
103103
self.assertIn('__main__.py', z.namelist())
104104
self.assertIn('test.py', z.namelist())
105-
105+
106106
def test_create_archive_filter_exclude_dir(self):
107107
# Test packing a directory and using a filter to exclude a
108108
# subdirectory (ensures that the path supplied to include

0 commit comments

Comments
 (0)