Skip to content

Commit

Permalink
Merge pull request TheAlgorithms#94 from rafaelleru/master
Browse files Browse the repository at this point in the history
fix indent error
  • Loading branch information
AnupKumarPanwar authored Jul 1, 2017
2 parents fb20f96 + a3972dd commit d4d56a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_structures/Binary Tree/binary_seach_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def getLabel(self):
return self.label

def setLabel(self, label):
self.label = label
self.label = label

def getLeft(self):
return self.left
Expand Down

0 comments on commit d4d56a6

Please sign in to comment.