mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-24 05:21:09 +00:00
add newline at the end
This commit is contained in:
parent
e07e0cb38b
commit
6393251803
|
@ -28,4 +28,4 @@ for edge in edges:
|
|||
|
||||
print(minimum_spanning_tree_cost)
|
||||
for edge in minimum_spanning_tree:
|
||||
print(edge)
|
||||
print(edge)
|
||||
|
|
Loading…
Reference in New Issue
Block a user