Skip to content

Commit 3c40b86

Browse files
Final call
1 parent d991112 commit 3c40b86

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/thealgorithms/datastructures/graphs/EdmondsAlgorithm.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ private EdmondsAlgorithm() {
1616
throw new UnsupportedOperationException("Utility class cannot be instantiated");
1717
}
1818

19-
private static final int INF =
20-
Integer.MAX_VALUE;
19+
private static final int INF = Integer.MAX_VALUE;
2120

2221
/**
2322
* Method to find the maximum weight matching in a graph.

0 commit comments

Comments
 (0)