Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c158158

Browse files
committed
fix indentation
1 parent b0fc9c4 commit c158158

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/test/test_posix.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -850,8 +850,8 @@ def test_sched_priority(self):
850850
self.assertGreaterEqual(hi, lo)
851851
# OSX evidently just returns 15 without checking the argument.
852852
if sys.platform != "darwin":
853-
self.assertRaises(OSError, posix.sched_get_priority_min, -23)
854-
self.assertRaises(OSError, posix.sched_get_priority_max, -23)
853+
self.assertRaises(OSError, posix.sched_get_priority_min, -23)
854+
self.assertRaises(OSError, posix.sched_get_priority_max, -23)
855855

856856
@unittest.skipUnless(hasattr(posix, 'sched_setscheduler'), "can't change scheduler")
857857
def test_get_and_set_scheduler_and_param(self):

0 commit comments

Comments
 (0)