Skip to content

Commit 350e1e1

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent a1dbd10 commit 350e1e1

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Sources/Dependencies/DependencyValues/Assert.swift

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,13 @@ private enum PreconditionKey: DependencyKey {
167167

168168
/// An ``AssertionEffect`` that invokes the given closure.
169169
public struct AnyAssertionEffect: AssertionEffect {
170-
private let assert: @Sendable (
171-
_ condition: @autoclosure () -> Bool,
172-
_ message: @autoclosure () -> String,
173-
_ file: StaticString,
174-
_ line: UInt
175-
) -> Void
170+
private let assert:
171+
@Sendable (
172+
_ condition: @autoclosure () -> Bool,
173+
_ message: @autoclosure () -> String,
174+
_ file: StaticString,
175+
_ line: UInt
176+
) -> Void
176177

177178
public init(
178179
_ assert: @escaping @Sendable (

0 commit comments

Comments
 (0)