Skip to content

Commit 31ea45c

Browse files
committed
fixed indenting
1 parent cb452db commit 31ea45c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CryptorRSA/CryptorRSAKey.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ public extension CryptorRSA {
682682
options: NSRegularExpression.MatchingOptions(rawValue: 0),
683683
range: all
684684
)
685-
#if swift(>=4.1)
685+
#if swift(>=4.1)
686686
let keys = matches.compactMap { result -> PublicKey? in
687687

688688
let match = result.range(at: 1)

0 commit comments

Comments
 (0)