mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-03-19 21:19:47 +00:00
fix indent error
This commit is contained in:
parent
fb20f96e66
commit
a3972dd9b4
@ -12,7 +12,7 @@ class Node:
|
||||
return self.label
|
||||
|
||||
def setLabel(self, label):
|
||||
self.label = label
|
||||
self.label = label
|
||||
|
||||
def getLeft(self):
|
||||
return self.left
|
||||
|
Loading…
x
Reference in New Issue
Block a user