Skip to content

Commit 43cca35

Browse files
formatting only
1 parent 941dea6 commit 43cca35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/SwiftGraph/Graph.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ extension Graph {
4141
}
4242

4343
@available(*, deprecated, renamed: "addEdge", message: "Use the addEdge method without the additional directed parameter instead, as the Edge contains already the information about direction. A double specification can only result in inconsistencies and errors.")
44-
func addEdge(_ e: E, directed: Bool){
44+
func addEdge(_ e: E, directed: Bool) {
4545
addEdge(e)
4646
}
4747

0 commit comments

Comments
 (0)