Skip to content

Commit 2cb15c1

Browse files
committed
Correctly import Foundation
1 parent 604c1d3 commit 2cb15c1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Sources/Bcrypt/Hasher.swift

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
#if canImport(FoundationEssentials)
2-
import FoundationEssentials
3-
#else
4-
import Foundation
5-
#endif
1+
import Foundation
62

73
public struct Hasher {
84
@usableFromInline static let cipherText = Array("OrpheanBeholderScryDoubt".utf8)

0 commit comments

Comments
 (0)