Skip to content

Commit

Permalink
Fix build for older Swift versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fredpi committed Jan 28, 2020
1 parent 73cb7bd commit f2d4834
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ internal extension Configuration {
var child: Vertix!

internal static func == (lhs: Edge, rhs: Edge) -> Bool {
lhs.parent == rhs.parent &&
lhs.child == rhs.child
return lhs.parent == rhs.parent && lhs.child == rhs.child
}

internal func hash(into hasher: inout Hasher) {
Expand Down

0 comments on commit f2d4834

Please sign in to comment.