Skip to content

Commit e99e3cd

Browse files
committed
Remove errant newline.
1 parent 694f093 commit e99e3cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_ntpath.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ def test_splitroot(self):
171171
tester("ntpath.splitroot('/\\a/b\\/\\')", ('/\\a/b', '\\', '/\\'))
172172
tester("ntpath.splitroot('\\/a\\b/\\/')", ('\\/a\\b', '/', '\\/'))
173173

174-
175174
def test_split(self):
176175
tester('ntpath.split("c:\\foo\\bar")', ('c:\\foo', 'bar'))
177176
tester('ntpath.split("\\\\conky\\mountpoint\\foo\\bar")',

0 commit comments

Comments
 (0)