mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-17 14:58:10 +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)
|
print(minimum_spanning_tree_cost)
|
||||||
for edge in minimum_spanning_tree:
|
for edge in minimum_spanning_tree:
|
||||||
print(edge)
|
print(edge)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user