Skip to content

Commit ed2c55c

Browse files
gh-143544: Fix trailing whitespace in test
1 parent 1940b1e commit ed2c55c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/test_json/test_fail.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def test_linecol(self):
235235
self.assertEqual(str(err),
236236
'Expecting value: line %s column %d (char %d)' %
237237
(line, col, idx))
238-
238+
239239
def test_reentrant_jsondecodeerror_does_not_crash(self):
240240
import json
241241

@@ -261,7 +261,7 @@ def __call__(self, *args):
261261
# only verifies that we do not crash or trigger a SystemError.
262262
with self.assertRaises(Exception):
263263
self.loads('"\\uZZZZ"')
264-
264+
265265
finally:
266266
json.JSONDecodeError = orig_json_error
267267
json.decoder.JSONDecodeError = orig_decoder_error

0 commit comments

Comments
 (0)