Skip to content

Commit 20699e3

Browse files
author
dtsiflit
committed
[fix] minor fix
1 parent 6ac8bd3 commit 20699e3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Sources/Entities/Trust/X509CertificateChainVerifier.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,10 @@ public extension X509CertificateChainVerifier {
220220
var verifier = Verifier(
221221
rootCertificates: roots
222222
) {
223-
AnyPolicy {
224-
RFC5280Policy(validationTime: date)
223+
AnyPolicy {
224+
RFC5280Policy(
225+
validationTime: date
226+
)
225227
}
226228
}
227229

0 commit comments

Comments
 (0)