mirror of
https://github.com/github/semantic.git
synced 2024-12-26 00:12:29 +03:00
Categories are equatable.
This commit is contained in:
parent
f3122f1bae
commit
459bad4dd6
@ -1,4 +1,4 @@
|
||||
public enum Category {
|
||||
public enum Category: Equatable {
|
||||
case Tag(String)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user