Skip to content

Commit b6d08dd

Browse files
committed
fix: make Error Equatable
1 parent 73758a6 commit b6d08dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Sources/Core/UserDictionary/SystemUserDictionaryHelper.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public enum SystemUserDictionaryHelper: Sendable {
1717
public let phrase: String
1818
}
1919

20-
public enum FetchError: Sendable, Error {
20+
public enum FetchError: Sendable, Error, Equatable {
2121
case unsupportedOperatingSystem
2222
case fileNotExist(String)
2323
case fileNotReadable(String)

0 commit comments

Comments
 (0)