Skip to content

Commit b7a0a86

Browse files
committed
Format
1 parent 9e081ad commit b7a0a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/_CryptoExtras/Util/ThreadSpecific/ThreadOps.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ protocol ThreadOps {
3232
static func deallocateThreadSpecificValue(_ key: ThreadSpecificKey)
3333
static func getThreadSpecificValue(_ key: ThreadSpecificKey) -> UnsafeMutableRawPointer?
3434
static func setThreadSpecificValue(key: ThreadSpecificKey, value: UnsafeMutableRawPointer?)
35-
}
35+
}

0 commit comments

Comments
 (0)