Skip to content

Commit 7fb6b72

Browse files
authored
Fix formatting in test_resource.py
1 parent 1600c31 commit 7fb6b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def test_fsize_enforced(self):
7777
f.flush()
7878
finally:
7979
resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max_lim))
80-
80+
8181
@unittest.skipIf(sys.platform == "vxworks",
8282
"setting RLIMIT_FSIZE is not supported on VxWorks")
8383
@unittest.skipUnless(hasattr(resource, 'RLIMIT_FSIZE'), 'requires resource.RLIMIT_FSIZE')

0 commit comments

Comments
 (0)