Skip to content

Commit a2a3ca6

Browse files
samarthsehgal97cclauss
authored andcommitted
Update treap.py (TheAlgorithms#1455)
1 parent 03e9a75 commit a2a3ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/binary_tree/treap.py

Lines changed: 1 addition & 1 deletion
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)