Skip to content

Commit 2da171f

Browse files
committed
Add space back
1 parent 727af86 commit 2da171f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/xml/dom/minidom.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ def removeChild(self, oldChild):
185185
oldChild.nextSibling = oldChild.previousSibling = None
186186
if oldChild.nodeType in _nodeTypes_with_children:
187187
_clear_id_cache(self)
188+
188189
oldChild.parentNode = None
189190
return oldChild
190191

0 commit comments

Comments
 (0)