Skip to content

Commit 4987596

Browse files
author
Bojan Nikolic
committed
Whitespace fixup
1 parent ef900b0 commit 4987596

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
@@ -3373,7 +3373,7 @@ def test_exception_on_enodata_call(self):
33733373
def syscall(*args, **kwargs):
33743374
if flag:
33753375
raise OSError(errno.ENODATA, "yo")
3376-
flag.append(None)
3376+
flag.append(None)
33773377
return eval(self.PATCHPOINT)(*args, **kwargs)
33783378

33793379
flag = []

0 commit comments

Comments
 (0)