Skip to content

Commit 8a9f101

Browse files
committed
[NFC] Remove a stray whitespace.
1 parent 91f1899 commit 8a9f101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roottest/python/basic/PyROOT_datatypetest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ def test09_global_builtin_types(self):
580580
raises(ValueError, setattr, gbl, 'g_uint', -1)
581581
raises(ValueError, setattr, gbl, 'g_ulong', -1)
582582
raises(ValueError, setattr, gbl, 'g_ulong64', -1)
583-
583+
584584
def test10_global_ptr(self):
585585
"""Access of global objects through a pointer"""
586586

0 commit comments

Comments
 (0)