Skip to content

Commit faa9229

Browse files
author
Bojan Nikolic
committed
fixup whitespace
1 parent 452c877 commit faa9229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_shutil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3392,7 +3392,7 @@ def syscall(*args, **kwargs):
33923392
# Reset flag so that second syscall fails again
33933393
flag = []
33943394
with unittest.mock.patch(self.PATCHPOINT, create=True,
3395-
side_effect=syscall) as m2:
3395+
side_effect=syscall) as m2:
33963396
shutil._USE_CP_SENDFILE = True
33973397
shutil.copyfile(TESTFN, TESTFN2)
33983398
assert m2.called

0 commit comments

Comments
 (0)