Skip to content

Commit 2cdab51

Browse files
committed
fix: Apply clang-format after merge
1 parent 456e0cf commit 2cdab51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/com/thealgorithms/graph/HierholzerAlgorithmTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package com.thealgorithms.graph;
22

33
import static org.junit.jupiter.api.Assertions.*;
4+
45
import java.util.*;
56
import org.junit.jupiter.api.Test;
67

@@ -42,7 +43,7 @@ public void testFailsForGraphWithOddDegreeVertices() {
4243
// The find method should return an empty list
4344
assertTrue(algorithm.findEulerianCircuit().isEmpty());
4445
}
45-
46+
4647
@Test
4748
public void testFailsForDisconnectedGraph() {
4849
// Create a graph with two separate triangles (0-1-2 and 3-4-5)

0 commit comments

Comments
 (0)