Skip to content

Commit aa5a1e5

Browse files
committed
Fix Kruskal MST method structure and formatting
1 parent 3a5ee8d commit aa5a1e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/thealgorithms/graph/KruskalMST.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ public static List<Edge> findMST(final int vertices, final List<Edge> edges) {
5050
}
5151
}
5252
}
53-
5453
return mst;
5554
}
5655

0 commit comments

Comments
 (0)