Skip to content

Commit 1d066b8

Browse files
samarthsehgal97stokhos
authored andcommitted
Update treap.py (TheAlgorithms#1455)
1 parent a3472a4 commit 1d066b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/binary_tree/treap.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def main():
172172
args = input()
173173

174174
print("good by!")
175-
pass
175+
176176

177177

178178
if __name__ == "__main__":

0 commit comments

Comments
 (0)