Skip to content

Commit ff29165

Browse files
mbrandonwgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 675c56c commit ff29165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ConcurrencyExtras/UncheckedSendable.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/// > that the type is safe to use from multiple threads, and the compiler cannot help you find
1111
/// > potential race conditions in your code.
1212
///
13-
/// To synchronously isolate a value with a lock, see ``LockIsolated``.
13+
/// To synchronously isolate a value with a lock, see ``LockIsolated``.
1414
#if swift(>=5.10)
1515
@available(iOS, deprecated: 9999, message: "Use 'nonisolated(unsafe) let', instead.")@available(
1616
macOS, deprecated: 9999, message: "Use 'nonisolated(unsafe) let', instead."

0 commit comments

Comments
 (0)