Skip to content

Commit

Permalink
Merge pull request mac-cain13#680 from zac/namecatalog-sort-fix
Browse files Browse the repository at this point in the history
Fix for Named Asset Sort Issues
  • Loading branch information
tomlokhorst authored Dec 8, 2020
2 parents 4076c62 + c64558d commit ac8ab91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/RswiftCore/ResourceTypes/NameCatalog.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ struct NameCatalog: Hashable, Comparable {
}

static func < (lhs: NameCatalog, rhs: NameCatalog) -> Bool {
lhs.name < lhs.name
lhs.name < rhs.name
}
}

0 comments on commit ac8ab91

Please sign in to comment.