Skip to content

Commit 5d7c5a6

Browse files
committed
Formatting
1 parent e4a059e commit 5d7c5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def baz():
323323
@support.requires_resource('cpu')
324324
@support.bigmemtest(INT_MAX, memuse=2, dry_run=False)
325325
def testMemoryErrorBigSource(self, size):
326-
padding_needed = INT_MAX-len("pass")
326+
padding_needed = INT_MAX - len("pass")
327327
if size < padding_needed:
328328
self.skipTest('Not enough memory for overflow to occur')
329329

0 commit comments

Comments
 (0)