Skip to content

Commit a409f33

Browse files
Format Java files with clang-format
1 parent bb73f0a commit a409f33

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,3 @@ public static List<Integer> sort(Graph g) {
120120
return ans;
121121
}
122122
}
123-

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,4 +335,3 @@ void testCycleDetection() {
335335
assertEquals("cycle detected in graph", exception.getMessage());
336336
}
337337
}
338-

0 commit comments

Comments
 (0)