Skip to content

Commit ad714ba

Browse files
mbrandonwgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 5eedf98 commit ad714ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/ComposableArchitecture/Internal/Deprecations.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import XCTestDynamicOverlay
88
extension ActorIsolated {
99
@available(
1010
*,
11-
deprecated,
12-
message: "Use the non-async version of 'withValue'."
11+
deprecated,
12+
message: "Use the non-async version of 'withValue'."
1313
)
1414
public func withValue<T: Sendable>(
1515
_ operation: @Sendable (inout Value) async throws -> T

0 commit comments

Comments
 (0)