Skip to content

Commit a3972dd

Browse files
committed
fix indent error
1 parent fb20f96 commit a3972dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/Binary Tree/binary_seach_tree.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def getLabel(self):
1212
return self.label
1313

1414
def setLabel(self, label):
15-
self.label = label
15+
self.label = label
1616

1717
def getLeft(self):
1818
return self.left

0 commit comments

Comments
 (0)