davecom / SwiftGraph

A Graph Data Structure in Pure Swift
Apache License 2.0
758 stars 80 forks source link

Use let instead of var to eliminate warning #75

Closed ZevEisenberg closed 5 years ago

ZevEisenberg commented 5 years ago

Not sure if this was new in Xcode 11, but that’s where I’m seeing it.

davecom commented 5 years ago

Thanks @ZevEisenberg