We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7a1f2 commit c8ce274Copy full SHA for c8ce274
Breadth-First Search/Tests/Graph.swift
@@ -86,7 +86,7 @@ public class Graph: CustomStringConvertible, Equatable {
86
let duplicated = Graph()
87
88
for node in nodes {
89
- duplicated.addNode(node.label)
+ let _ = duplicated.addNode(node.label)
90
}
91
92
0 commit comments