Skip to content

Commit ffed5c6

Browse files
authored
Merge pull request #234 from ahoppen/import-foundation
Import `Foundation` instead of just `Foundation.LocalizedError` in `IndexStoreDBError.swift`
2 parents 1acdcea + 141cea4 commit ffed5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/IndexStoreDB/IndexStoreDBError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@_implementationOnly
1414
import IndexStoreDB_CIndexStoreDB
1515

16-
import protocol Foundation.LocalizedError
16+
import Foundation
1717

1818
public enum IndexStoreDBError: Error {
1919
case create(String)

0 commit comments

Comments
 (0)